]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix the visit-all-patches path.
authorWayne Davison <wayned@samba.org>
Mon, 16 Sep 2013 16:15:14 +0000 (09:15 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 16 Sep 2013 16:16:30 +0000 (09:16 -0700)
packaging/release-rsync

index 0b906c43a62893428069d3da8906a151ed82043c..b15aae1f202badadec9271234865216a9d326ea8 100755 (executable)
@@ -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') {