From: Rudolf Polzer Date: Sun, 26 Sep 2010 11:52:57 +0000 (+0200) Subject: fix another syntax error X-Git-Tag: xonotic-v0.1.0preview~188 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=56a7f50cbe7b701438c71aad2c6dd06cbbb3052d fix another syntax error --- diff --git a/all b/all index fc1b8f2e..5db184d2 100755 --- 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 "$@"