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 | 751bd6a37aa62dbf034e247babb824e57165b1e9 (patch) | |
tree | 9496505c2a733ff486e0fa8929e3a7320e53a8cc /Makefile.SH | |
parent | 9f1f1beeca79cf49f4ac0ea76b6c159a15065559 (diff) | |
download | perl-751bd6a37aa62dbf034e247babb824e57165b1e9.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 |