浏览代码

Added missing exit, it's late

Dylan 9 年之前
父节点
当前提交
7fb2a53243
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fetch

+ 1 - 0
fetch

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