summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-09-27 14:51:50 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-09-27 14:51:50 +0000
commit81566e5a6344ecb0151fa9281c9dc26334cc8266 (patch)
tree0a7d15bd82b13919ccbfe84b7c81a66186d8595d
parent60126c09237d821fb80a4de10288e0738f0fe9da (diff)
downloadlibapr-81566e5a6344ecb0151fa9281c9dc26334cc8266.tar.gz
Fix regex syntax
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1809855 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/fixwin32mak.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fixwin32mak.pl b/build/fixwin32mak.pl
index 49853b34b..76b7f00ca 100644
--- a/build/fixwin32mak.pl
+++ b/build/fixwin32mak.pl
@@ -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 {