Added missing exit, it's late
This commit is contained in:
parent
c7742fca0a
commit
7fb2a53243
1 changed files with 1 additions and 0 deletions
1
fetch
1
fetch
|
@ -276,6 +276,7 @@ case "$(uname)" in
|
|||
|
||||
*)
|
||||
printf "%s\n" "Couldn't detect OS, exiting"
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue