summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-22 19:10:03 +0100
committerIan Lynagh <igloo@earth.li>2011-06-22 19:32:25 +0100
commit6ecb8d38b38e134760cf6fd88b078b224b2d8424 (patch)
tree5eb2eaf0d5f3d8d72a304c9538ac91964d4043c6 /sync-all
parent1003471ce94d752eda3977c9fa07cbe32ac149f2 (diff)
downloadhaskell-6ecb8d38b38e134760cf6fd88b078b224b2d8424.tar.gz
Move more commands into the settings file
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync-all b/sync-all
index b5c024ca1e..02a6a5718e 100755
--- a/sync-all
+++ b/sync-all
@@ -368,6 +368,7 @@ sub scmall {
}
elsif ($command =~ /^remote$/) {
my @scm_args;
+ $ignore_failure = 1;
if ($subcommand eq 'add') {
@scm_args = ("remote", "add", $branch_name, $path);
} elsif ($subcommand eq 'rm') {