summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-09-16 09:15:14 -0700
committerWayne Davison <wayned@samba.org>2013-09-16 09:16:30 -0700
commit1220c93a996e38f3bdcb3351fcbd940695ebf3c5 (patch)
treeb0234d0ce626a946b34ebaab37642a020811c7ee
parent7d7538d43c360750b6dd13019eb07c914d880bd8 (diff)
downloadrsync-1220c93a996e38f3bdcb3351fcbd940695ebf3c5.tar.gz
Fix the visit-all-patches path.
-rwxr-xr-xpackaging/release-rsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/release-rsync b/packaging/release-rsync
index 0b906c43..b15aae1f 100755
--- a/packaging/release-rsync
+++ b/packaging/release-rsync
@@ -278,7 +278,7 @@ system "packaging/patch-update --branch=$master_branch";
if ($ans =~ /^y/i) {
print "\nVisiting all \"patch/$master_branch/*\" branches ...\n";
- system "packaging/patch-update --branch=$master_branch --shell";
+ system "packaging/patch-update --branch=$master_branch --skip-check --shell";
}
if (-d 'patches/.git') {