automake
[Top][All Lists]
Advanced

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

Minor fix


From: Simon Richter
Subject: Minor fix
Date: Tue, 6 May 2003 21:01:51 +0200
User-agent: Mutt/1.5.4i

Hi,

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

   Simon

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

-- 
GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD  ADC6 18A0 CC8D 5706 A4B4

Attachment: pgpeWeJPXITXj.pgp
Description: PGP signature


reply via email to

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