in reply to Re^3: run in-program shell script under windows using cygwin
in thread run in-program shell script under windows using cygwin

Well, there is something that I don't get here...

Well, does /bin/sh exist? Don't know why your perl is configured with /bin/sh instead of /usr/bin/sh ... :)

  • Comment on Re^4: run in-program shell script under windows using cygwin

Replies are listed 'Best First'.
Re^5: run in-program shell script under windows using cygwin
by Laurent_R (Canon) on Jul 31, 2014 at 18:00 UTC
    Well, /bin/sh and /usr/bin/sh both exist, and the script works (with Perl) with both paths in the shebang line of the shell script.