diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-04-07 00:13:27 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-06 18:24:38 +0000 |
commit | 68e8d60a347cbfdb85f81bc914ce7e9beca85bbb (patch) | |
tree | 817e45d768b95b78133fc5e73ddc29ae080a1ca1 /Makefile.SH | |
parent | f66a7bebb0c09948678b8a6368b1c82f270ffb53 (diff) | |
download | perl-68e8d60a347cbfdb85f81bc914ce7e9beca85bbb.tar.gz |
Remove unportable ">|" shell syntax
Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
Message-ID: <20030406181326.GA873@ratsnest.hole>
p4raw-id: //depot/perl@19152
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 676eb52dca..64ca7ad683 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -104,7 +104,8 @@ true) case "$osname" in linux) - cat <<-'EOT' >| preload + rm -f preload + cat <<-'EOT' > preload #! /bin/sh lib=$1 shift |