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 changed files with 1 additions and 0 deletions

1
fetch
View File

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