summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2001-01-16 16:34:56 +0000
committerStefan Bodewig <bodewig@apache.org>2001-01-16 16:34:56 +0000
commitb2f64523014169998fef78fd04ae1a0163350b9e (patch)
treec5ca4aad747cc64cec9168e25d5e102192e68674 /bootstrap.sh
parent05d67d513e32571036c6713a25c283a98b7fef87 (diff)
downloadant-b2f64523014169998fef78fd04ae1a0163350b9e.tar.gz
Fixed Typo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index db013da12..b4614abdb 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -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