summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync-all1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index f7caca5fc6..728c725d4c 100755
--- a/sync-all
+++ b/sync-all
@@ -307,7 +307,6 @@ sub scmall {
}
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)$/) {