From: Slaven Rezic Date: Tue, 12 Mar 2002 13:03:41 +0000 (+0100) Subject: Re: [PATCH] really protect spaces in Makefile.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a8b863a2f806d23ab2ff35e466eff783be3b05b;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] really protect spaces in Makefile.SH Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]> p4raw-id: //depot/perl@15222 --- diff --git a/Makefile.SH b/Makefile.SH index 091b154..0410bb6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -100,7 +100,7 @@ true) ;; esac -case "`pwd`" in +case "$ldlibpth" in # Protect any spaces *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;; esac