From a7242c720ec1ff8a6fb3a7d955c893dea7feccb2 Mon Sep 17 00:00:00 2001 From: merlijn Date: Sun, 26 Sep 2010 10:11:23 +0200 Subject: [PATCH] change a comma to a semicolon to make all work again, thanks MrBougo --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index e9489d4c..fc1b8f2e 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