Date: Tue, 27 Oct 1998 20:57:16 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Bash script In-Reply-To: <915C65C50371D11187AD0000F881B9A401858CEF@bcarua62.ca.nortel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 26 Oct 1998, Ian Chapman wrote: > #! e:/djgpp/bin As others told you, this line is the culprit. What I would like to add is that if portability is an issue, you should make that line say "#! /bin/sh", then it will work on any DJGPP system (even one that doesn't have an E: drive), provided that it has sh.exe somewhere on its PATH, and on Unix.