From c5bf6bb1bdac55bb740d768afac903a222cf720c Mon Sep 17 00:00:00 2001 From: ivo Date: Tue, 31 Jul 2007 07:49:24 +0000 Subject: 10l, forgot to make TAB global git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23956 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/checktree.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TOOLS') 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 -- cgit v1.2.3