Quote shell variable expansion

This commit is contained in:
Andrew Lytvynov 2018-05-31 16:04:19 -07:00
parent 1f7671b18d
commit 7e444a453b

View File

@ -265,7 +265,7 @@ EOF
}
function install-exec-auth-plugin {
if [[ ! ${EXEC_AUTH_PLUGIN_URL:-} ]]; then
if [[ ! "${EXEC_AUTH_PLUGIN_URL:-}" ]]; then
return
fi
local -r plugin_url="${EXEC_AUTH_PLUGIN_URL}"