- fixed merge/push/pull bug (missing brace expansion in dash)
This commit is contained in:
Johannes Schlatow 2010-12-14 10:27:28 +01:00
parent 4ca35fb956
commit 551c4b99c4

View file

@ -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;