Date: Wed, 07 Feb 2001 19:54:30 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Juan Manuel Guerrero" Message-Id: <2561-Wed07Feb2001195429+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <145AEC0032A@HRZ1.hrz.tu-darmstadt.de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: Probably a bug in bash 2.04 References: <145AEC0032A AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> 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 > From: "Juan Manuel Guerrero" > Organization: Darmstadt University of Technology > Date: Wed, 7 Feb 2001 07:05:56 +0200 > > I am using bash 2.04. TMPDIR points to an existing directory. > I try to run the following script: > #! /bin/sh > ./bar.sub > > The script ./bar.sub is a **valid** shell script. > The above script works as it should work as long as > LFN are ***enabled***. > Once again: The above script works if LFN=y. > As soon as LFN is set to n (LFN=n), the above > script stops working. Does it work with Bash 2.03?