summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 6f6b97940d..3a2e79ed1c 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -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