From: Clinton Ebadi Date: Sun, 6 Jan 2019 05:12:29 +0000 (-0500) Subject: apache: correct setEnvIfNoCase X-Git-Tag: release_20190106 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/24709d5a3a108bebf3ab0676859b58b3f7910dcb apache: correct setEnvIfNoCase Was generating a regular SetEnvIf --- diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index a57ca9e..1a89983 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -1167,7 +1167,7 @@ val () = Env.action_three "setEnvIfNoCase" case envs of [] => (print "WARNING: Skipped setEnvIfNoCase, no environment variables provided.\n") | envs => - (write "\tSetEnvIf\t\""; + (write "\tSetEnvIfNoCase\t\""; write attribute; write "\"\t\""; write match;