Commit 7bf4ef91 by Bruce Korb

Portability problem with old BSD system

From-SVN: r26052
parent 16386950
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment