From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: eliz AT is DOT elta DOT co DOT il Date: Wed, 7 Feb 2001 19:41:58 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Probably a bug in bash 2.04 CC: djgpp-workers AT delorie DOT com 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 Windows (v2.54DE) Message-ID: <15249A56AB9@HRZ1.hrz.tu-darmstadt.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 > Date: Wed, 07 Feb 2001 19:54:30 +0200 > From: "Eli Zaretskii" > > 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? FYI: I have found this bug will I was running the configure script of libiconv-1.5.1. This script invokes ./autocong/config.sub to detect the host type. As long as LFN=y the script works. As soon as LFN=n the script breaks with the error message: ./autoconf/config.sub: No such file nor directory. If LFN=n bash will only run files that have extensions like: .com .exe .btm .bat .sh ,etc. Yes, bash 2.03 works **ok**. bash 2.03 does **not** have this bug. Regards, Guerrero, Juan Manuel