mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
parent
1c29c2c87d
commit
bad31d83b1
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int Transport::execute()
|
|||
argv[2] = (char*)cmdline.c_str(); // e.g. scp undo.data user@host:.task/
|
||||
argv[3] = NULL; // required by execv
|
||||
|
||||
int ret = execvp("sh", argv);
|
||||
int ret = execvp(shell, argv);
|
||||
delete[] argv;
|
||||
|
||||
exit(ret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue