Shell scripts called *.exe

R. Hickling hicklinr@mcd.alcatel.be
Mon Apr 26 01:47:00 GMT 1999


It seems if you have a shell script - ie with "#!/bin/sh" as the first
line, and call the script 'something.exe', and execute it with
'./something', it will crash your bash.

Just try
echo '#!/bin/sh' > something.exe; ./something


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list