Date: Fri, 27 Oct 2000 08:22:21 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Peter J. Farley III" Message-Id: <8011-Fri27Oct2000082220+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp-workers AT delorie DOT com, snowball3 AT bigfoot DOT com In-reply-to: <4.3.1.0.20001026205603.00b0dee0@pop5.banet.net> (pjfarley AT banet DOT net) Subject: Re: Bash 2.04 beta 6a References: <39F77243 DOT 19193 DOT 27836A AT localhost> <4 DOT 3 DOT 1 DOT 0 DOT 20001025221409 DOT 00ad89b0 AT pop5 DOT banet DOT net> <39F4D6CB DOT 20960 DOT 364B6C AT localhost> <4 DOT 3 DOT 1 DOT 0 DOT 20001026205603 DOT 00b0dee0 AT pop5 DOT banet DOT net> 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: Thu, 26 Oct 2000 21:01:55 -0400 > From: "Peter J. Farley III" > > I also just remembered that I have this line in my DJGPP.ENV file, up > with the "+LFN=y" line: > > +SHELL=%DJDIR%/bin/sh.exe > > Could that make a difference here? You could always try to see if that makes a difference by removing that line. What it does is to force `system' to work in the Unix-shell mode, and invoke Bash for every command. But I'm guessing that Perl needs that anyway, because so many Perl scripts rely on Unix shell features.