diff --git a/scripts/create_install_path.sh b/scripts/create_install_path.sh index 6c65831..7e35571 100755 --- a/scripts/create_install_path.sh +++ b/scripts/create_install_path.sh @@ -15,7 +15,7 @@ fi ABSOLUTE_INSTALL_PATH=$(realpath "${INSTALL_PATH}") echo "Absolute installation path is '${ABSOLUTE_INSTALL_PATH}'" -test -d ${INSTALL_PATH} +test -d "${INSTALL_PATH}" check_status "Installation path '${INSTALL_PATH}' is not a directory (absolute path is '${ABSOLUTE_INSTALL_PATH}')" test -r "${INSTALL_PATH}"