Browse Source

#100 Revert sh until fixed

merge-requests/365/head
Jørgen Lien Sellæg 10 years ago
parent
commit
06cc6590e5
  1. 2
      src/process_win.cc

2
src/process_win.cc

@ -93,7 +93,7 @@ Process::id_type Process::open(const std::string &command, const std::string &pa
} }
char* command_cstr; char* command_cstr;
#ifdef MSYS_PROCESS_USE_SH #ifdef MSYS_PROCESS_USE_SH_2
size_t pos=0; size_t pos=0;
std::string sh_command=command; std::string sh_command=command;
while((pos=sh_command.find('\"', pos))!=std::string::npos) { while((pos=sh_command.find('\"', pos))!=std::string::npos) {

Loading…
Cancel
Save