automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minor fix


From: Alexandre Duret-Lutz
Subject: Re: Minor fix
Date: Wed, 07 May 2003 00:39:18 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux)

>>> "Simon" == Simon Richter <address@hidden> writes:

 Simon> Hi,
 Simon> this is needed on Solaris 10. Should not cause side effects, I think.
 Simon> :-)

 Simon> Simon

 Simon> --- bootstrap   24 Feb 2003 14:34:58 -0000      1.8
 Simon> +++ bootstrap   6 May 2003 17:26:53 -0000
 Simon> @@ -60,7 +60,7 @@
 Simon>  # Override SHELL.  This is required on DJGPP so that Perl's system()
 Simon>  # uses bash, not COMMAND.COM which doesn't quote arguments properly.
 Simon>  # It's not used otherwise.
 Simon> -if test -n $DJGPP; then
 Simon> +if test -n "$DJGPP"; then
 Simon>      BOOTSTRAP_SHELL=/dev/env/DJDIR/bin/bash.exe
 Simon>  else
 Simon>      BOOTSTRAP_SHELL=/bin/sh

Thanks.  Installed.
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]