mirror of
https://github.com/mpv-player/mpv
synced 2025-04-23 23:56:20 +00:00
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"
|
_grepopts="-l -I"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
TAB=`echo " " | tr ' ' '\011'`
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# DO CHECKS
|
# DO CHECKS
|
||||||
@ -297,7 +299,6 @@ fi
|
|||||||
|
|
||||||
if [ "$_tabs" = "yes" ]; then
|
if [ "$_tabs" = "yes" ]; then
|
||||||
printhead "checking for TAB characters ..."
|
printhead "checking for TAB characters ..."
|
||||||
TAB=`echo " " | tr ' ' '\011'`
|
|
||||||
grep $_grepopts "$TAB" $filelist
|
grep $_grepopts "$TAB" $filelist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user