summaryrefslogtreecommitdiffstats
path: root/TOOLS/aconvert
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/aconvert
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/aconvert')
-rwxr-xr-xTOOLS/aconvert2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/aconvert b/TOOLS/aconvert
index bb5e714892..cf74abb1f9 100755
--- a/TOOLS/aconvert
+++ b/TOOLS/aconvert
@@ -3,7 +3,7 @@
# Author: Jonas Jermann
# Description: A hack to allow mencoder to encode from an audio only file
-if [[ $1 == "" ]]; then
+if [[ $1 = "" ]]; then
echo "Usage: $0 <\"input file\"> <\"output file\"> <\"options\">"
exit 0
fi