summaryrefslogtreecommitdiff
path: root/support/apxs.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2010-05-14 18:44:48 +0000
committerJeff Trawick <trawick@apache.org>2010-05-14 18:44:48 +0000
commit05f09e8db87c04a712cdb15ba88df3e48b6d684a (patch)
tree6472b3b4e69833d5734f1840ccc487adb5dafa84 /support/apxs.in
parent13d942900899d7ca9bc4f2579f4300306305d264 (diff)
downloadhttpd-05f09e8db87c04a712cdb15ba88df3e48b6d684a.tar.gz
apxs -q: Stop filtering out ':' characters from the reported values.
PR: 45343 Submitted by: Bill Cole <apachebugz-20090909 billmail.scconsult.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/apxs.in')
-rw-r--r--support/apxs.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/apxs.in b/support/apxs.in
index c44875cd20..beb683ed58 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -236,7 +236,6 @@ sub get_vars {
}
}
$result =~ s|;;$||;
- $result =~ s|:| |;
return $result;
}