From 06cc6590e54ed7844d92abae49e4d0ce044611ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Mon, 7 Dec 2015 01:42:48 +0100 Subject: [PATCH] #100 Revert sh until fixed --- src/process_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process_win.cc b/src/process_win.cc index ea1c6bf..34803b9 100644 --- a/src/process_win.cc +++ b/src/process_win.cc @@ -93,7 +93,7 @@ Process::id_type Process::open(const std::string &command, const std::string &pa } char* command_cstr; -#ifdef MSYS_PROCESS_USE_SH +#ifdef MSYS_PROCESS_USE_SH_2 size_t pos=0; std::string sh_command=command; while((pos=sh_command.find('\"', pos))!=std::string::npos) {