10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

Fix error message in configure

This commit is contained in:
Anthony Scemama 2022-01-25 22:39:18 +01:00
parent 8c39fffd4c
commit afb2210175
2 changed files with 2 additions and 3 deletions

3
configure vendored
View File

@ -66,7 +66,6 @@ function execute () {
} }
PACKAGES="" PACKAGES=""
echo $@
while getopts "d:c:i:h" c ; do while getopts "d:c:i:h" c ; do
@ -90,7 +89,7 @@ while getopts "d:c:i:h" c ; do
help help
exit 0;; exit 0;;
*) *)
error $(basename $0)": unknown option $c, try --help" error $(basename $0)": unknown option $c, try -h for help"
exit 2;; exit 2;;
esac esac
done done

@ -1 +1 @@
Subproject commit 90ee61f5041c7c94a0c605625a264860292813a0 Subproject commit bc856147f6e626a6616b20344e5b8e3f30f44a92