From: merlijn Date: Sun, 26 Sep 2010 08:11:23 +0000 (+0200) Subject: change a comma to a semicolon to make all work again, thanks MrBougo X-Git-Tag: xonotic-v0.1.0preview~189 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a7242c720ec1ff8a6fb3a7d955c893dea7feccb2;ds=sidebyside change a comma to a semicolon to make all work again, thanks MrBougo --- 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 "$@"