mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
parent
4ca35fb956
commit
551c4b99c4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int Transport::execute()
|
|||
if (child_pid == 0)
|
||||
{
|
||||
// this is done by the child process
|
||||
char shell[] = "sh";
|
||||
char shell[] = "bash";
|
||||
char opt[] = "-c";
|
||||
|
||||
std::string cmdline = executable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue