]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
make sure fix_config always works
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 6 Oct 2010 10:10:42 +0000 (12:10 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 6 Oct 2010 10:10:42 +0000 (12:10 +0200)
all

diff --git a/all b/all
index be7c976af7bb84c355a2baab43547f4790e3dc92..e9098393b09b2e0df91e7d3d49449a246018ecfe 100755 (executable)
--- 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