X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=d485f00e0da35f6030ff9d2ce90dc151a77489d8;hp=5d801ebe81e61dcaad5cb0d5dd9a43ecd0c70faf;hb=d024791bc186bb6e981707675b2bb1427730e65e;hpb=276157e85c08ff0d62c9ca1964d45ec90e81511a diff --git a/all b/all index 5d801ebe..d485f00e 100755 --- a/all +++ b/all @@ -24,7 +24,13 @@ case "$cmd" in for d in $repos; do if [ -d "$d0/$d" ]; then cd "$d0/$d" - git config remote.origin.url "$base/${d##*/}.git" + case "$d" in + .) + ;; + *) + git config remote.origin.url "$base/${d##*/}.git" + ;; + esac git pull cd "$d0" else