From: vimacs Date: Sat, 19 Dec 2009 02:42:49 +0000 (+0100) Subject: forgot to add c to getopt X-Git-Tag: Release-2010-05/1~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a3bec9d112d825f8979f15b4d37d4dc85e1720;p=pandora-libraries.git forgot to add c to getopt modified: testdata/scripts/pnd_make.sh --- diff --git a/testdata/scripts/pnd_make.sh b/testdata/scripts/pnd_make.sh index c5e5111..fcfe8ff 100755 --- a/testdata/scripts/pnd_make.sh +++ b/testdata/scripts/pnd_make.sh @@ -2,7 +2,7 @@ ######adjust path of genpxml.sh if you want to use that "feture"##### -TEMP=`getopt -o p:d:x:i: -- "$@"` +TEMP=`getopt -o p:d:x:i:c: -- "$@"` if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi