[MPlayer-cvslog] r23956 - trunk/TOOLS/checktree.sh
    ivo 
    subversion at mplayerhq.hu
       
    Tue Jul 31 09:49:24 CEST 2007
    
    
  
Author: ivo
Date: Tue Jul 31 09:49:24 2007
New Revision: 23956
Log:
10l, forgot to make TAB global
Modified:
   trunk/TOOLS/checktree.sh
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Tue Jul 31 09:49:24 2007
@@ -267,6 +267,8 @@ else
   _grepopts="-l -I"
 fi
 
+TAB=`echo " " | tr ' ' '\011'`
+
 # -----------------------------------------------------------------------------
 
 # DO CHECKS
@@ -297,7 +299,6 @@ fi
 
 if [ "$_tabs" = "yes" ]; then
     printhead "checking for TAB characters ..."
-    TAB=`echo " " | tr ' ' '\011'`
     grep $_grepopts "$TAB" $filelist
 fi
 
    
    
More information about the MPlayer-cvslog
mailing list