[vlc-devel] commit: contribs: hide debug output by default ( Felix Paul Kühne )

git version control git at videolan.org
Thu Sep 3 16:16:37 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Aug 31 01:59:30 2009 +0200| [f76add21f61f7baa2895689e7e0a05d487e8e32a] | committer: 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

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f76add21f61f7baa2895689e7e0a05d487e8e32a
---

 extras/contrib/bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 040465d..8eda06f 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -33,7 +33,7 @@ fi
 LANG=C
 export LANG
 set -e
-set -x
+set +x
 
 BUILD=`gcc -dumpmachine`
 if test "$#" -ge "1"; then




More information about the vlc-devel mailing list