diff --git a/src/Transport.cpp b/src/Transport.cpp index 63b18cd1d..125c209fd 100644 --- a/src/Transport.cpp +++ b/src/Transport.cpp @@ -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;