Adding missing exit 1 in the archtiecture detection case.

This commit is contained in:
Karl Goetz 2009-11-01 11:39:31 +01:00 committed by Daniel Baumann
parent 5cc363b06e
commit 2e103e90c5
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ Set_defaults ()
case "${LH_MODE}" in
ubuntu)
Echo_error "Architecture ${LH_ARCHITECTURE} not supported on Ubuntu."
exit 1
;;
*)