]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
don't abort completely if git pull gitake'd
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 9a0a6d0ca0041aafda51f3dc693d65dd34a57737..e19793567a34d224808a78fc4e1832b49a508248 100755 (executable)
--- a/all
+++ b/all
@@ -166,7 +166,8 @@ case "$cmd" in
                                if git config branch.$r.remote >/dev/null 2>&1; then
                                        if ! verbose git pull; then
                                                check_mergeconflict "$d"
-                                               exit 1 # FATAL
+                                               echo "Pulling failed. Press ENTER to continue, or Ctrl-C to abort."
+                                               read -r DUMMY
                                        fi
                                fi