[MPlayer-cvslog] r25289 - trunk/TOOLS/checktree.sh

ivo subversion at mplayerhq.hu
Mon Dec 3 22:45:43 CET 2007


Author: ivo
Date: Mon Dec  3 22:45:43 2007
New Revision: 25289

Log:
cosmetics/indentation


Modified:
   trunk/TOOLS/checktree.sh

Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Mon Dec  3 22:45:43 2007
@@ -67,8 +67,9 @@ all_filenames() {
         | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
     else
         for p in . libavcodec libavutil libavformat ; do
-        svn info -R $p | sed -n '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
-                              /Node Kind:/bd; bc; :d; /directory/ba; g; p;'
+            svn info -R $p | sed -n \
+                '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
+                 /Node Kind:/bd; bc; :d; /directory/ba; g; p;'
         done
     fi
 }



More information about the MPlayer-cvslog mailing list