Adding missing exit 1 in the archtiecture detection case.
This commit is contained in:
parent
5cc363b06e
commit
2e103e90c5
|
@ -472,6 +472,7 @@ Set_defaults ()
|
|||
case "${LH_MODE}" in
|
||||
ubuntu)
|
||||
Echo_error "Architecture ${LH_ARCHITECTURE} not supported on Ubuntu."
|
||||
exit 1
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue