Portability problem with old BSD system
authorBruce Korb <korbb@gcc.gnu.org>
Mon, 29 Mar 1999 08:28:23 +0000 (08:28 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 29 Mar 1999 08:28:23 +0000 (08:28 +0000)
From-SVN: r26052

gcc/fixinc/mkfixinc.sh

index 1298acc6b9ffc87f2698528b339fa00224fa05c0..9f330eb854301150895c4ef2e6eedc51f8923212 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