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