[MPlayer-cvslog] r25312 - trunk/TOOLS/checktree.sh
ivo
subversion at mplayerhq.hu
Thu Dec 6 00:44:31 CET 2007
Author: ivo
Date: Thu Dec 6 00:44:31 2007
New Revision: 25312
Log:
suppress silly messages when checktree is not called from the root of the tree
but nevertheless has no specific arguments to work with. it will traverse
the tree from there, but obviously cannot find our externals.
Modified:
trunk/TOOLS/checktree.sh
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh (original)
+++ trunk/TOOLS/checktree.sh Thu Dec 6 00:44:31 2007
@@ -67,7 +67,7 @@ all_filenames() {
| grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
else
for p in . libavcodec libavutil libavformat libpostproc ; do
- svn info -R $p | sed -n \
+ svn info -R $p 2>/dev/null | sed -n \
'/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
/Node Kind:/bd; bc; :d; /directory/ba; g; p;'
done
More information about the MPlayer-cvslog
mailing list