changeset 25284:e60a367eb80e

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.
author ivo
date Wed, 05 Dec 2007 23:44:31 +0000
parents de8cc2372b05
children b2f710272c75
files TOOLS/checktree.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/checktree.sh	Wed Dec 05 23:41:59 2007 +0000
+++ b/TOOLS/checktree.sh	Wed Dec 05 23:44:31 2007 +0000
@@ -67,7 +67,7 @@
         | 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