mirror of https://github.com/mpv-player/mpv
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:
parent
59e2d4d3c9
commit
c5bf6bb1bd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue