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

git version control git at videolan.org
Mon Aug 31 01:59:32 CEST 2009


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

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

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

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 83e995d..f594ca4 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