bodewig 2003/02/24 06:39:23
Modified: docs/manual/CoreTasks exec.html Log: fix typo Revision Changes Path 1.26 +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.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- exec.html 9 Feb 2003 22:10:57 -0000 1.25 +++ exec.html 24 Feb 2003 14:39:23 -0000 1.26 @@ -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>