Re: [PATCH] really protect spaces in Makefile.SH
Slaven Rezic [Tue, 12 Mar 2002 13:03:41 +0000 (14:03 +0100)]
Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>

p4raw-id: //depot/perl@15222

Makefile.SH

index 091b154..0410bb6 100644 (file)
@@ -100,7 +100,7 @@ true)
        ;;
 esac
 
-case "`pwd`" in
+case "$ldlibpth" in
 # Protect any spaces
 *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
 esac