Commit fdfdb5d4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove bashism

parent 43a9e778
...@@ -41,7 +41,10 @@ else ...@@ -41,7 +41,10 @@ else
fi fi
rm -f config.mak rm -f config.mak
echo -e "# Automatically generated by bootstrap.\n# Make changes if you know what you're doing.\n" > config.mak {
echo "# Automatically generated by bootstrap."
echo "# Make changes if you know what you're doing."
} > config.mak
if test "$HOST" != "$BUILD"; then if test "$HOST" != "$BUILD"; then
CC="${HOST}-gcc" CC="${HOST}-gcc"
......
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