From: Rudolf Polzer Date: Wed, 6 Oct 2010 10:10:42 +0000 (+0200) Subject: make sure fix_config always works X-Git-Tag: xonotic-v0.1.0preview~132^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=93a19091517d1519880d80dfc6f2cff960e6ee3a make sure fix_config always works --- diff --git a/all b/all index be7c976a..e9098393 100755 --- a/all +++ b/all @@ -341,7 +341,7 @@ case "$cmd" in pushurl=`repopushurl "$d"` branch=`repobranch "$d"` if [ -d "$d0/$d" ]; then - enter "$d0/$d" verbose + verbose cd "$d0/$d" fix_git_config "$url" "$pushurl" cd "$d0" fi