From 28a3bec9d112d825f8979f15b4d37d4dc85e1720 Mon Sep 17 00:00:00 2001 From: vimacs Date: Sat, 19 Dec 2009 03:42:49 +0100 Subject: [PATCH] forgot to add c to getopt modified: testdata/scripts/pnd_make.sh --- testdata/scripts/pnd_make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5