From b2f64523014169998fef78fd04ae1a0163350b9e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 16 Jan 2001 16:34:56 +0000 Subject: [PATCH] Fixed Typo. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268467 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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