From: Adrian M. Enache Date: Sun, 6 Apr 2003 21:13:27 +0000 (+0300) Subject: Remove unportable ">|" shell syntax X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68e8d60a347cbfdb85f81bc914ce7e9beca85bbb;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/Makefile.SH b/Makefile.SH index 676eb52..64ca7ad 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