make sure fix_config always works

This commit is contained in:
Rudolf Polzer 2010-10-06 12:10:42 +02:00
parent a5da63a912
commit 93a1909151

2
all
View File

@ -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