Skip to content

Commit

Permalink
Prevent globbing and word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Jul 5, 2024
1 parent 1748dd0 commit 816b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_install_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 816b182

Please sign in to comment.