diff --git a/configure b/configure index 273bdf7d..e70820fe 100755 --- a/configure +++ b/configure @@ -66,7 +66,6 @@ function execute () { } PACKAGES="" -echo $@ while getopts "d:c:i:h" c ; do @@ -90,7 +89,7 @@ while getopts "d:c:i:h" c ; do help exit 0;; *) - error $(basename $0)": unknown option $c, try --help" + error $(basename $0)": unknown option $c, try -h for help" exit 2;; esac done diff --git a/external/qp2-dependencies b/external/qp2-dependencies index 90ee61f5..bc856147 160000 --- a/external/qp2-dependencies +++ b/external/qp2-dependencies @@ -1 +1 @@ -Subproject commit 90ee61f5041c7c94a0c605625a264860292813a0 +Subproject commit bc856147f6e626a6616b20344e5b8e3f30f44a92