From: Wayne Davison Date: Mon, 16 Sep 2013 16:15:14 +0000 (-0700) Subject: Fix the visit-all-patches path. X-Git-Tag: v3.1.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1220c93a996e38f3bdcb3351fcbd940695ebf3c5;p=thirdparty%2Frsync.git Fix the visit-all-patches path. --- 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') {