summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-07 20:53:06 +0100
committerIan Lynagh <igloo@earth.li>2011-04-07 20:53:06 +0100
commit1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff (patch)
tree338474d3b2f02047b027a027f3676ccb4b077fc9 /sync-all
parent342f47425fa571eebc460fcf0f212cf156738f15 (diff)
downloadhaskell-1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff.tar.gz
sync-all: Push doesn't take a repo path either
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index 728c725d4c..a2c6ab9168 100755
--- a/sync-all
+++ b/sync-all
@@ -303,7 +303,6 @@ sub scmall {
}
elsif ($command =~ /^(?:pus|push)$/) {
@scm_args = "push";
- $want_remote_repo = 1;
}
elsif ($command =~ /^(?:pul|pull)$/) {
@scm_args = "pull";