From: Mark Andrews Date: Mon, 16 May 2005 06:57:51 +0000 (+0000) Subject: fix if clause X-Git-Tag: v9.2.6b1~78^2~123 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=35665db4e49e3e4c0e3776e635449f931f3732cf;p=thirdparty%2Fbind9.git fix if clause --- diff --git a/util/update_branches b/util/update_branches index 806101558fa..886237b8ddc 100644 --- a/util/update_branches +++ b/util/update_branches @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_branches,v 1.4 2005/05/16 06:39:39 marka Exp $ +# $Id: update_branches,v 1.5 2005/05/16 06:57:51 marka Exp $ %branches = (); %whom = (); @@ -28,7 +28,7 @@ open(BRANCHES, ") { chomp; - next if (/^-*$/ + next if (/^-/); next if (/^Branch/); $c = ""; if (m/\(.*\)/) {