]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Minor awk tweak.
authorGuenter Knauf <fuankg@apache.org>
Tue, 29 Mar 2011 12:11:03 +0000 (12:11 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 29 Mar 2011 12:11:03 +0000 (12:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086562 13f79535-47bb-0310-9956-ffa450edef68

build/make_nw_export.awk

index 2cb2e49eb9cd62cb864e3b3fe9a185722f317e46..f2e1c9046b4dcbbbd16bb6a3debad1076057b9b1 100644 (file)
@@ -18,7 +18,7 @@
 # based on Ryan Bloom's make_export.pl
 
 BEGIN {
-    printf(" ("EXPPREFIX")\n")
+    printf(" (%s)\n", EXPPREFIX)
 }
 
 # List of functions that we don't support, yet??