]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
don't return "bad" exit code
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 27b5680e80351c6b84d3285c52073bde8cd34bbe..1a65b7d5eedae160163826919f138a46618c8a27 100755 (executable)
--- a/all
+++ b/all
@@ -676,7 +676,7 @@ case "$cmd" in
                        set -- catchsegv "$@"
                fi
                rm -f xonotic.core
-               "$@"
+               "$@" || true
                if [ -f xonotic.core ]; then
                        if yesno "The program has CRASHED. Do you want to examine the core dump?"; then
                                gdb "$binary" xonotic.core