From: "Mark E." To: djgpp-workers AT delorie DOT com, eli Zaretskii Date: Wed, 7 Feb 2001 13:23:17 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Probably a bug in bash 2.04 Message-ID: <3A814C45.22373.C7F0AB@localhost> In-reply-to: <2561-Wed07Feb2001195429+0200-eliz@is.elta.co.il> References: <145AEC0032A AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > As soon as LFN is set to n (LFN=n), the above > > script stops working. > > Does it work with Bash 2.03? It does because the Bash 2.03 and earlier ports involked scripts by changing "{script} {args}" to "{shell} {script} {args}" before calling spawn. Mark