Browse Source

Added missing exit, it's late

Dylan 9 years ago
parent
commit
7fb2a53243
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fetch

+ 1 - 0
fetch

@@ -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