]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Merge remote branch 'origin/tzork/shadescript'
authorRudolf Polzer <divverent@alientrap.org>
Sun, 26 Sep 2010 13:45:00 +0000 (15:45 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 26 Sep 2010 13:45:00 +0000 (15:45 +0200)
all

diff --git a/all b/all
index 26c43f2e81de61ccc2a2d030550814baa4977ffa..5db184d226e4a472625ca04f04a2fb2df53ec780 100755 (executable)
--- a/all
+++ b/all
@@ -668,6 +668,8 @@ case "$cmd" in
 
                if [ -n "$USE_GDB" ]; then
                        set -- gdb --args "$@"
+               elif which catchsegv >/dev/null 2>&1; then
+                       set -- catchsegv "$@"
                fi
                "$@"
                ;;