summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh34
1 files changed, 13 insertions, 21 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 966355c805..7021f173be 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -33,27 +33,6 @@ testflags=" spaces extensions crlf tabs trailws rcsid oll charset stupid gnu \
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