Browse Source

Fixed Typo.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268467 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
b2f6452301
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap.sh

+ 1
- 1
bootstrap.sh View File

@@ -40,7 +40,7 @@ echo ... Bootstrapping Ant Distribution
if [ -f "lib/ant.jar" ] ; then
rm lib/ant.jar
fi
if [ -f "lib/otional.jar" ] ; then
if [ -f "lib/optional.jar" ] ; then
rm lib/optional.jar
fi



Loading…
Cancel
Save