Workaround for problem where cygwin's bash/sh randomly fails with error 128 which
mainly occurs on win2003 64bit. - Execute "exec" commands directly with cmd.exe and replace "--exec echo ..." with "--exec .\echo.exe ..."
Showing
client/echo.c
0 → 100644
Please register or sign in to comment