10l, forgot to make TAB global

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23956 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2007-07-31 07:49:24 +00:00
parent 59e2d4d3c9
commit c5bf6bb1bd
1 changed files with 2 additions and 1 deletions

View File

@ -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