From: Ruediger Pluem Date: Mon, 1 Feb 2021 10:29:07 +0000 (+0000) Subject: * Do variable setting in a more portable way such that it works on MacOS as well X-Git-Tag: 2.5.0-alpha2-ci-test-only~1033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09a823c34c8667ea879358f29efc00d2cf98e63;p=thirdparty%2Fapache%2Fhttpd.git * Do variable setting in a more portable way such that it works on MacOS as well git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1886098 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index a43c28a3775..95a970a8704 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,7 +169,7 @@ docs: update-changes: @for i in `find changes-entries -type f`; do \ cp CHANGES CHANGES.tmp ; \ - awk -vfname=$$i 'BEGIN{done = 0} \ + awk -v fname=$$i 'BEGIN{done = 0} \ done == 0 && /^Changes with Apache /{ active = 1; print; next}; \ /^ *\*/ && active == 1 && done == 0{rec=$$0; while(getline CHANGES ; \