summaryrefslogtreecommitdiffstats
path: root/TOOLS/mencvcd
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 06:30:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-07 06:30:24 +0000
commit9713f2a22f7f95b30bfe96655e3bd695341e2763 (patch)
tree67a434a6dec04f0669e71a2615ec086ab36f174a /TOOLS/mencvcd
parentefb1379f7216b90c656c71118fae28aaa2eb7e10 (diff)
downloadmpv-9713f2a22f7f95b30bfe96655e3bd695341e2763.tar.bz2
mpv-9713f2a22f7f95b30bfe96655e3bd695341e2763.tar.xz
Remove unnecessary function keyword from shell script function declarations,
it is a bashism. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27227 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/mencvcd')
-rwxr-xr-xTOOLS/mencvcd2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd
index 228fe33716..aed3c409f6 100755
--- a/TOOLS/mencvcd
+++ b/TOOLS/mencvcd
@@ -92,7 +92,7 @@ VCDMODE=2
SVCDMODE=5
################################################################################
-function usage() {
+usage() {
echo "Usage: $HOWCALLED <basename> [$HOWCALLED options] [mplayer options]"
echo
echo " <basename> is used as basename of the resulting mpg/bin files."