From: Rudolf Polzer Date: Fri, 2 Apr 2010 18:14:19 +0000 (+0200) Subject: SOme fixes for ../../all X-Git-Tag: xonotic-v0.1.0preview~514 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=3dca7f8211c657503129fb30627a03e5bfc3fd9b;ds=sidebyside SOme fixes for ../../all --- diff --git a/all b/all index 6011b54e..e72fda09 100755 --- a/all +++ b/all @@ -51,6 +51,7 @@ fi cmd=$1 shift +d00=`pwd` case "$0" in */*) cd "${0%/*}" @@ -87,7 +88,7 @@ case "$cmd" in ;; esac verbose git pull - cd "$d0" + cd "$d00" checkself "$0" "$@" cd "$d0/$d" verbose git remote prune origin @@ -116,8 +117,9 @@ case "$cmd" in else verbose git checkout master fi - cd "$d0" + cd "$d00" checkself "$0" "$@" + cd "$d0" done if ! $exists; then echo "The requested branch was not found in any repository."