diff options
author | Slaven Rezic <slaven@rezic.de> | 2002-03-12 14:03:41 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-14 14:00:36 +0000 |
commit | 3a8b863a2f806d23ab2ff35e466eff783be3b05b (patch) | |
tree | 9496505c2a733ff486e0fa8929e3a7320e53a8cc /Makefile.SH | |
parent | f8d9d21fc7f97563d8c8a7012e0c15c8f5aec8de (diff) | |
download | perl-3a8b863a2f806d23ab2ff35e466eff783be3b05b.tar.gz |
Re: [PATCH] really protect spaces in Makefile.SH
Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
p4raw-id: //depot/perl@15222
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 091b154a38..0410bb6ee3 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 |