summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-18 05:58:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-18 05:58:58 +0000
commitd0ae58a5fd525aba8fb40c4f36fcc4e4c93ea0d1 (patch)
tree0d78238297035e06fd0804663d605b4f8adc07de /Makefile.SH
parent1485817ebf8dde6b1eba1bd4d8bf7c6e2e9fb14b (diff)
downloadperl-d0ae58a5fd525aba8fb40c4f36fcc4e4c93ea0d1.tar.gz
The 'quotes' really are important (caught by Enache Adrian).
p4raw-id: //depot/perl@19549
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 9161ed63b2..77d67b4dca 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -105,7 +105,7 @@ true)
case "$osname" in
linux)
rm -f preload
- cat <<EOT > preload
+ cat <<'EOT' > preload
#! /bin/sh
lib=$1
shift