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

ivo subversion at mplayerhq.hu
Sat Dec 1 00:01:31 CET 2007


Author: ivo
Date: Sat Dec  1 00:01:30 2007
New Revision: 25219

Log:
less code for initializing default settings


Modified:
   trunk/TOOLS/checktree.sh

Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Sat Dec  1 00:01:30 2007
@@ -33,27 +33,6 @@ testflags=" spaces extensions crlf tabs 
 res depr"
 allflags="$testflags showcont color head svn "
 
-# Default settings
-
-_spaces=yes
-_extensions=yes
-_crlf=yes
-_tabs=no
-_trailws=no
-_rcsid=no
-_oll=no
-_charset=no
-_stupid=no
-_showcont=no
-_gnu=no
-_res=no
-_depr=no
-
-_color=yes
-_head=yes
-_svn=yes
-_files=
-
 # -----------------------------------------------------------------------------
 
 # Avoid locale problems
@@ -94,6 +73,19 @@ all_filenames() {
 
 # -----------------------------------------------------------------------------
 
+# Default settings
+
+set_all_tests no
+_spaces=yes
+_extensions=yes
+_crlf=yes
+
+_showcont=no
+_color=yes
+_head=yes
+_svn=yes
+_files=
+
 # Parse command line
 
 for i in "$@"; do



More information about the MPlayer-cvslog mailing list