bodewig 2003/02/24 06:38:49
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH exec.html Log: fix typo Revision Changes Path No revision No revision 1.15.2.6 +1 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -u -r1.15.2.5 -r1.15.2.6 --- exec.html 3 Feb 2003 13:11:53 -0000 1.15.2.5 +++ exec.html 24 Feb 2003 14:38:49 -0000 1.15.2.6 @@ -14,7 +14,7 @@ systems.</p> <h4>Cygwin Users</h4> -<p>In general the <exec> task will not userstand paths such as /bin/sh for +<p>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. </p>