From: Rudolf Polzer Date: Fri, 2 Apr 2010 21:14:05 +0000 (+0200) Subject: fix call to checkself X-Git-Tag: xonotic-v0.1.0preview~507 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=2afddf00417d92245f1fdbc2ed382bb5422e44bd;ds=sidebyside fix call to checkself --- diff --git a/all b/all index c6eb2d3a..5e17c0b7 100755 --- a/all +++ b/all @@ -158,7 +158,7 @@ case "$cmd" in # do not exit, as this may also mean we are tracking something else fi cd "$d00" - checkself "$SELF" "$@" + checkself "$@" cd "$d0/$d" verbose git remote prune origin cd "$d0" @@ -187,7 +187,7 @@ case "$cmd" in verbose git checkout master fi cd "$d00" - checkself "$SELF" "$@" + checkself "$@" cd "$d0" done if ! $exists; then