mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Fix error message in configure
This commit is contained in:
parent
8c39fffd4c
commit
afb2210175
3
configure
vendored
3
configure
vendored
@ -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
|
||||||
|
2
external/qp2-dependencies
vendored
2
external/qp2-dependencies
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 90ee61f5041c7c94a0c605625a264860292813a0
|
Subproject commit bc856147f6e626a6616b20344e5b8e3f30f44a92
|
Loading…
Reference in New Issue
Block a user