OSDN Git Service

Portability problem with old BSD system
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 1999 08:28:23 +0000 (08:28 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 1999 08:28:23 +0000 (08:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26052 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixinc/mkfixinc.sh

index 1298acc..9f330eb 100755 (executable)
@@ -103,10 +103,7 @@ esac
 #
 if test -z "$fixincludes"
 then
-    cat > ${target}  <<-       _EOF_
-       #! /bin/sh
-       exit 0
-       _EOF_
+    (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}
     exit 0
 fi