forgot to add c to getopt
[pandora-libraries.git] / 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