This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push: new b3c04f5 correct a typo in manual (file separator) new f6957d0 Merge pull request #146 from chenyuheng/patch-1 b3c04f5 is described below commit b3c04f58707895a8744ab546291c408222fa4de5 Author: Yuheng <11711...@mail.sustech.edu.cn> AuthorDate: Thu Mar 18 18:02:36 2021 +0800 correct a typo in manual (file separator) File separator in Windows is backslash instead of slash --- manual/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/install.html b/manual/install.html index 11a184e..c959dbe 100644 --- a/manual/install.html +++ b/manual/install.html @@ -36,7 +36,7 @@ details.</li> <li>Download Ant. See <a href="#getBinary">Binary Distribution</a> for details.</li> <li>Uncompress the downloaded file into a directory.</li> <li>Set environmental variables: <code>JAVA_HOME</code> to your Java environment, <code>ANT_HOME</code> to the directory -you uncompressed Ant to, and add <samp>${ANT_HOME}/bin</samp> (Unix) or <samp>%ANT_HOME%/bin</samp> (Windows) to +you uncompressed Ant to, and add <samp>${ANT_HOME}/bin</samp> (Unix) or <samp>%ANT_HOME%\bin</samp> (Windows) to your <code>PATH</code>. See <a href="#setup">Setup</a> for details.</li> <li>Optionally, from the <code>ANT_HOME</code> directory run <kbd>ant -f fetch.xml -Ddest=system</kbd> to get the library dependencies of most of the Ant tasks that require them. If you don't do this, many of the dependent Ant tasks