diff --git a/bin/setup_and_test.sh b/bin/setup_and_test.sh index d304900..eb82fd1 100755 --- a/bin/setup_and_test.sh +++ b/bin/setup_and_test.sh @@ -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" ]