diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-18 05:58:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-18 05:58:58 +0000 |
commit | d0ae58a5fd525aba8fb40c4f36fcc4e4c93ea0d1 (patch) | |
tree | 0d78238297035e06fd0804663d605b4f8adc07de /Makefile.SH | |
parent | 1485817ebf8dde6b1eba1bd4d8bf7c6e2e9fb14b (diff) | |
download | perl-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.SH | 2 |
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 |