Added OS error detection

This commit is contained in:
Dylan 2016-01-18 00:43:44 +11:00
parent b25d52a41e
commit c7742fca0a
1 changed files with 4 additions and 0 deletions

4
fetch
View File

@ -273,6 +273,10 @@ case "$(uname)" in
"CYGWIN"*)
os="Windows"
;;
*)
printf "%s\n" "Couldn't detect OS, exiting"
;;
esac
# Get Distro