From caf1d28c025b54b95cbc88d230db73292a467f4f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 24 Feb 2003 14:39:23 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274172 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/exec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index 73ced0e96..bc7916e32 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -14,7 +14,7 @@ the command is only executed when Ant is run on one of the specified operating systems.

Cygwin Users

-

In general the <exec> task will not userstand paths such as /bin/sh for +

In general the <exec> task will not understand paths such as /bin/sh for the executable parameter. This is because the Java VM in which Ant is running is a Windows executable and is not aware of Cygwin conventions.