++exit 1
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
265d1af56a
commit
a0add17cf8
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ case "$os" in
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported OS $os" >&2
|
echo "Unsupported OS $os" >&2
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue