mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fail when CANONICAL_HOST cannot be determined
When the CANONICAL_HOST is unknown the configure script exits with exit code 0 even though no makefile was produced. Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
This commit is contained in:
parent
2b09e7e01d
commit
fe84d2bae6
@ -194,7 +194,7 @@ case $host in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown CANONICAL_HOST $host"
|
echo "Unknown CANONICAL_HOST $host"
|
||||||
exit
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user