Commit 7bf4ef91 by Bruce Korb

Portability problem with old BSD system

From-SVN: r26052
parent 16386950
...@@ -103,10 +103,7 @@ esac ...@@ -103,10 +103,7 @@ esac
# #
if test -z "$fixincludes" if test -z "$fixincludes"
then then
cat > ${target} <<- _EOF_ (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}
#! /bin/sh
exit 0
_EOF_
exit 0 exit 0
fi 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