forgot to add c to getopt
authorvimacs <vimacs@pndtest>
Sat, 19 Dec 2009 02:42:49 +0000 (03:42 +0100)
committervimacs <vimacs@pndtest>
Sat, 19 Dec 2009 02:42:49 +0000 (03:42 +0100)
modified:   testdata/scripts/pnd_make.sh

testdata/scripts/pnd_make.sh

index c5e5111..fcfe8ff 100755 (executable)
@@ -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