Commit a83c2b6c authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: hide debug output by default

It is useless to most people and folks who understand it, will edit config.mak anyway
parent c6c8b86e
...@@ -33,7 +33,7 @@ fi ...@@ -33,7 +33,7 @@ fi
LANG=C LANG=C
export LANG export LANG
set -e set -e
set -x set +x
BUILD=`gcc -dumpmachine` BUILD=`gcc -dumpmachine`
if test "$#" -ge "1"; then if test "$#" -ge "1"; then
......
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