]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
change a comma to a semicolon to make all work again, thanks MrBougo
authormerlijn <mhofstra@gmail.com>
Sun, 26 Sep 2010 08:11:23 +0000 (10:11 +0200)
committermerlijn <mhofstra@gmail.com>
Sun, 26 Sep 2010 08:11:23 +0000 (10:11 +0200)
all

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