]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
don't return "bad" exit code
authorRudolf Polzer <divverent@alientrap.org>
Fri, 1 Oct 2010 21:36:03 +0000 (23:36 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 1 Oct 2010 21:36:03 +0000 (23:36 +0200)
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