From 56a7f50cbe7b701438c71aad2c6dd06cbbb3052d Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 26 Sep 2010 13:52:57 +0200 Subject: [PATCH] fix another syntax error --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.39.2