projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f8d9d21
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
091b154
..
0410bb6
100644
(file)
--- 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