projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5813150
)
don't return "bad" exit code
author
Rudolf Polzer <divverent@alientrap.org>
Fri, 1 Oct 2010 21:36:03 +0000
(23:36 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Fri, 1 Oct 2010 21:36:03 +0000
(23:36 +0200)
all
patch
|
blob
|
history
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