comparison TOOLS/mencvcd @ 27195:5eb532ff5793

Remove unnecessary function keyword from shell script function declarations, it is a bashism.
author diego
date Mon, 07 Jul 2008 06:30:24 +0000
parents 21b938300bf7
children
comparison
equal deleted inserted replaced
27194:fd1872d2b2d4 27195:5eb532ff5793
90 VIDEO="stream.yuv" 90 VIDEO="stream.yuv"
91 VCDMODE=2 91 VCDMODE=2
92 SVCDMODE=5 92 SVCDMODE=5
93 ################################################################################ 93 ################################################################################
94 94
95 function usage() { 95 usage() {
96 echo "Usage: $HOWCALLED <basename> [$HOWCALLED options] [mplayer options]" 96 echo "Usage: $HOWCALLED <basename> [$HOWCALLED options] [mplayer options]"
97 echo 97 echo
98 echo " <basename> is used as basename of the resulting mpg/bin files." 98 echo " <basename> is used as basename of the resulting mpg/bin files."
99 echo 99 echo
100 echo "For mplayer options see mplayer help and manual." 100 echo "For mplayer options see mplayer help and manual."