sync-all: Push doesn't take a repo path either
[ghc-hetmet.git] / sync-all
index f7caca5..a2c6ab9 100755 (executable)
--- a/sync-all
+++ b/sync-all
@@ -303,11 +303,9 @@ sub scmall {
             }
             elsif ($command =~ /^(?:pus|push)$/) {
                 @scm_args = "push";
-                $want_remote_repo = 1;
             }
             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)$/) {