]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove traling line endings with Linux builds.
authorGuenter Knauf <fuankg@apache.org>
Tue, 29 Mar 2011 11:49:47 +0000 (11:49 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 29 Mar 2011 11:49:47 +0000 (11:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086556 13f79535-47bb-0310-9956-ffa450edef68

build/make_nw_export.awk

index 9386c7b5589d4d8b8756d2d93783564bfcb29376..2cb2e49eb9cd62cb864e3b3fe9a185722f317e46 100644 (file)
@@ -79,7 +79,7 @@ BEGIN {
 }
 
 /^[ \t]*(extern[ \t]+)?AP[RU]?_DECLARE_DATA .*;/ {
-    gsub(/[*;]/, "", $NF)
+    gsub(/[*;\n\r]/, "", $NF)
     gsub(/\[.*\]/, "", $NF)
     add_symbol($NF)
 }