Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43A07200D0B for ; Wed, 27 Sep 2017 16:51:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 421F31609CA; Wed, 27 Sep 2017 14:51:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 80C721609BC for ; Wed, 27 Sep 2017 16:51:55 +0200 (CEST) Received: (qmail 51990 invoked by uid 500); 27 Sep 2017 14:51:54 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 51981 invoked by uid 99); 27 Sep 2017 14:51:54 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2017 14:51:54 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AC5853A0167 for ; Wed, 27 Sep 2017 14:51:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1809855 - /apr/apr/branches/1.6.x/build/fixwin32mak.pl Date: Wed, 27 Sep 2017 14:51:50 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170927145153.AC5853A0167@svn01-us-west.apache.org> archived-at: Wed, 27 Sep 2017 14:51:56 -0000 Author: wrowe Date: Wed Sep 27 14:51:50 2017 New Revision: 1809855 URL: http://svn.apache.org/viewvc?rev=1809855&view=rev Log: Fix regex syntax Modified: apr/apr/branches/1.6.x/build/fixwin32mak.pl Modified: apr/apr/branches/1.6.x/build/fixwin32mak.pl URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/build/fixwin32mak.pl?rev=1809855&r1=1809854&r2=1809855&view=diff ============================================================================== --- apr/apr/branches/1.6.x/build/fixwin32mak.pl (original) +++ apr/apr/branches/1.6.x/build/fixwin32mak.pl Wed Sep 27 14:51:50 2017 @@ -140,7 +140,7 @@ sub fixcwd { $dstfl = new IO::File $tname, "w" || die; while ($src = <$srcfl>) { if (($src =~ m/^\t"(\.\.\\)+(apr|apr-util|apr-iconv)\\.*"\\/) || - ($src =~ m/^\t{\$\(INCLUDE\)}".*"\\/)) { + ($src =~ m/^\t\{\$\(INCLUDE\)\}".*"\\/)) { $verchg = -1; } else {