# HG changeset patch # User ivo # Date 1196898271 0 # Node ID e60a367eb80e6654e564b6c065f5dd72d05542bb # Parent de8cc2372b05a936c08b3c2d28ec01433c62fd83 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. diff -r de8cc2372b05 -r e60a367eb80e TOOLS/checktree.sh --- 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