We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1748dd0 commit 816b182Copy full SHA for 816b182
scripts/create_install_path.sh
@@ -15,7 +15,7 @@ fi
15
ABSOLUTE_INSTALL_PATH=$(realpath "${INSTALL_PATH}")
16
echo "Absolute installation path is '${ABSOLUTE_INSTALL_PATH}'"
17
18
-test -d ${INSTALL_PATH}
+test -d "${INSTALL_PATH}"
19
check_status "Installation path '${INSTALL_PATH}' is not a directory (absolute path is '${ABSOLUTE_INSTALL_PATH}')"
20
21
test -r "${INSTALL_PATH}"
0 commit comments