Change 15222 by jhi@alpha on 2002/03/14 14:00:36

        Subject: Re: [PATCH] really protect spaces in Makefile.SH
        From: <[EMAIL PROTECTED]>
        Date: Tue, 12 Mar 2002 13:03:41 +0100      
        Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>

Affected files ...

.... //depot/perl/Makefile.SH#235 edit

Differences ...

==== //depot/perl/Makefile.SH#235 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~        Thu Mar 14 07:15:05 2002
+++ perl/Makefile.SH    Thu Mar 14 07:15:05 2002
@@ -100,7 +100,7 @@
        ;;
 esac
 
-case "`pwd`" in
+case "$ldlibpth" in
 # Protect any spaces
 *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
 esac
End of Patch.

Reply via email to