diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 07:49:24 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 07:49:24 +0000 |
commit | c5bf6bb1bdac55bb740d768afac903a222cf720c (patch) | |
tree | d24e4d9df9a110adc4d025a62847d6ff745b873c | |
parent | 59e2d4d3c9e6bf472f3d42a8dc616b39a7156930 (diff) | |
download | mpv-c5bf6bb1bdac55bb740d768afac903a222cf720c.tar.bz2 mpv-c5bf6bb1bdac55bb740d768afac903a222cf720c.tar.xz |
10l, forgot to make TAB global
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23956 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | TOOLS/checktree.sh | 3 |
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 |