]> git.sesse.net Git - vlc/commitdiff
contribs: hide debug output by default
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Aug 2009 23:59:30 +0000 (01:59 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Aug 2009 23:59:30 +0000 (01:59 +0200)
It is useless to most people and folks who understand it, will edit config.mak anyway

extras/contrib/bootstrap

index 83e995da9f4a65fe3d288d5b4dbb49bdb9b9c971..f594ca44f0d5884b96792826b778d40d0518b6a4 100755 (executable)
@@ -33,7 +33,7 @@ fi
 LANG=C
 export LANG
 set -e
-set -x
+set +x
 
 BUILD=`gcc -dumpmachine`
 if test "$#" -ge "1"; then