summaryrefslogtreecommitdiffstats
path: root/TOOLS/qepdvcd.sh
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 06:43:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 06:43:45 +0000
commit07e557c6d93887fcfb135d47edcfa1e13c753db6 (patch)
treed2858f3807ae74d40bff548d573ea863f8e7e378 /TOOLS/qepdvcd.sh
parent9713f2a22f7f95b30bfe96655e3bd695341e2763 (diff)
downloadmpv-07e557c6d93887fcfb135d47edcfa1e13c753db6.tar.bz2
mpv-07e557c6d93887fcfb135d47edcfa1e13c753db6.tar.xz
Replace == in []/test constructs with =, == is a bashism.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27228 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/qepdvcd.sh')
-rwxr-xr-xTOOLS/qepdvcd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/qepdvcd.sh b/TOOLS/qepdvcd.sh
index 50c2240d68..a436e17c37 100755
--- a/TOOLS/qepdvcd.sh
+++ b/TOOLS/qepdvcd.sh
@@ -234,7 +234,7 @@ else
SUBTITLESTRING="$SUBFILENAME"
fi
-if [ $SPLIT == "0" ]; then
+if [ $SPLIT = "0" ]; then
CICLES=0
TIMESTRING=""
else