diff --git a/sql/dj_setup_database.in b/sql/dj_setup_database.in index c657fcaaa5..4a68146a45 100755 --- a/sql/dj_setup_database.in +++ b/sql/dj_setup_database.in @@ -419,8 +419,7 @@ load) fi FILE="$DATABASEDUMPDIR/${choice}" - if [ ! -f "${FILE}" ] - then + if [ ! -f "${FILE}" ]; then echo "Error: file ${FILE} not found." exit 1 fi