Fix minor typo

This commit is contained in:
Aitor Magán 2014-06-26 17:17:52 +02:00
parent 33d15b1793
commit eabb2fb11e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ then
SOLAR_UNZIP_FOLDER=solr-4.8.1
# If the solar folder does not exist, we have to build it
if [ ! -f "$CACHE_DIR/$SOLAR_UNZIP_FOLDER"]
if [ ! -f "$CACHE_DIR/$SOLAR_UNZIP_FOLDER" ]
then
# Download the solar installation file if it does not exist
if [ ! -f "$CACHE_DIR/$FILE" ]