sync-all: Don't give remote repo paths and branches to git pull
[ghc-hetmet.git] / sync-all
index f7caca5..728c725 100755 (executable)
--- a/sync-all
+++ b/sync-all
@@ -307,7 +307,6 @@ sub scmall {
             }
             elsif ($command =~ /^(?:pul|pull)$/) {
                 @scm_args = "pull";
             }
             elsif ($command =~ /^(?:pul|pull)$/) {
                 @scm_args = "pull";
-                $want_remote_repo = 1;
                 # Q: should we append the -a argument for darcs repos?
             }
             elsif ($command =~ /^(?:g|ge|get)$/) {
                 # Q: should we append the -a argument for darcs repos?
             }
             elsif ($command =~ /^(?:g|ge|get)$/) {