Remove unportable ">|" shell syntax
authorAdrian M. Enache <enache@rdslink.ro>
Sun, 6 Apr 2003 21:13:27 +0000 (00:13 +0300)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 6 Apr 2003 18:24:38 +0000 (18:24 +0000)
Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
Message-ID: <20030406181326.GA873@ratsnest.hole>

p4raw-id: //depot/perl@19152

Makefile.SH

index 676eb52..64ca7ad 100644 (file)
@@ -104,7 +104,8 @@ true)
 
        case "$osname" in
        linux)
-               cat <<-'EOT' >| preload
+               rm -f preload
+               cat <<-'EOT' > preload
                #! /bin/sh
                lib=$1
                shift