From c2447140c79ccba589076563c06c481822478db0 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Sun, 17 Sep 2006 00:23:56 +0000 Subject: [PATCH] add a comment in the docs about env key change git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@446984 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/exec.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index b21ab5ebf..c2f337a44 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -290,7 +290,12 @@ system command via nested <env> elements.

key - The name of the environment variable. + + The name of the environment variable. +
+ Note: (Since Ant 1.7) + For windows, the name is case-insensitive. + Yes