From 47a07537c4c92b353cb21b42b67909ec5488b257 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 1 Oct 2010 23:36:03 +0200 Subject: [PATCH] don't return "bad" exit code --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index 27b5680e..1a65b7d5 100755 --- 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 -- 2.39.2