Added missing exit, it's late

This commit is contained in:
Dylan 2016-01-18 00:56:20 +11:00
parent c7742fca0a
commit 7fb2a53243

1
fetch
View file

@ -276,6 +276,7 @@ case "$(uname)" in
*)
printf "%s\n" "Couldn't detect OS, exiting"
exit
;;
esac