diff options
-rwxr-xr-x | TOOLS/aconvert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/aconvert b/TOOLS/aconvert index cf74abb1f9..37a031115f 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 |