From: Bruce Korb Date: Mon, 29 Mar 1999 08:28:23 +0000 (+0000) Subject: Portability problem with old BSD system X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bf4ef916fe01e2a10d7954a92adac9455890756;p=gcc.git Portability problem with old BSD system From-SVN: r26052 --- diff --git a/gcc/fixinc/mkfixinc.sh b/gcc/fixinc/mkfixinc.sh index 1298acc6b9f..9f330eb8543 100755 --- a/gcc/fixinc/mkfixinc.sh +++ b/gcc/fixinc/mkfixinc.sh @@ -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