git.openpandora.org
/
pandora-libraries.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5faee
)
forgot to add c to getopt
author
vimacs
<vimacs@pndtest>
Sat, 19 Dec 2009 02:42:49 +0000
(
03:42
+0100)
committer
vimacs
<vimacs@pndtest>
Sat, 19 Dec 2009 02:42:49 +0000
(
03:42
+0100)
modified: testdata/scripts/pnd_make.sh
testdata/scripts/pnd_make.sh
patch
|
blob
|
history
diff --git
a/testdata/scripts/pnd_make.sh
b/testdata/scripts/pnd_make.sh
index
c5e5111
..
fcfe8ff
100755
(executable)
--- 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