[MPlayer-cvslog] r22527 - trunk/TOOLS/checktree.sh
    ivo 
    subversion at mplayerhq.hu
       
    Mon Mar 12 18:16:45 CET 2007
    
    
  
Author: ivo
Date: Mon Mar 12 18:16:45 2007
New Revision: 22527
Modified:
   trunk/TOOLS/checktree.sh
Log:
fix forgotten \
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Mon Mar 12 18:16:45 2007
@@ -110,7 +110,7 @@ for i in "$@"; do
         echo
         printoption "color     " "colored output" "$_color"
         printoption "head      " "print heading for each test" "$_head"
-        printoption "svn       " 
+        printoption "svn       " \
                     "use svn info to determine which files to check" "$_svn"
         echo -e "\nIf no files are specified, the whole tree is traversed."
         echo -e "If there are, -(no)svn has no effect.\n"
    
    
More information about the MPlayer-cvslog
mailing list