From: io AT harlequin DOT co DOT uk (io) Subject: Re: b19.1: question about "wait for job" 8 Sep 1998 22:08:28 -0700 Message-ID: <199809081202.NAA11554.cygnus.gnu-win32@woof.man.harlequin.co.uk> To: gnu-win32 AT cygnus DOT com Thank you for your assistance. Your replies pointed me at ash as the culprit. [I wasnt sure how to submit this to the same thread in the mailing list but here goes] Although I used bash as d:/bin/sh.exe, I forgotten to change the main definition in d:/usr/H-i386-cygwin32/bin/sh.exe, which was still using ash. The setting in my mount path was "d:\usr\H-i386-cygwin32\bin" -> "/bin" which meant "#!/bin/sh" was really calling d:/usr/H-i386-cygwin32/bin/sh.exe, instead of d:/bin/sh.exe as expected. The problem was resolved by renaming bash.exe accordingly. However, I have since found another oddity where the above fix, showed up problems with bash instead and shows itself as a: "Broken pipe" when carrying out decompression. I'll submit it afresh with a relevent subject and example accordingly. Schzen - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".