We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940a090 commit 707e286Copy full SHA for 707e286
1 file changed
scripts/check-deploy-environment.sh
@@ -35,7 +35,7 @@ for dep in ${DEPLOY_DEPENDENCIES}; do
35
dep_path="$(which ${dep} 2> /dev/null)"
36
set -e
37
38
- if [[ -n "${dep_path}" -a -x "${dep_path}" ]]
+ if [[ -n "${dep_path}" && -x "${dep_path}" ]]
39
then
40
success "${dep} found at ${dep_path}"
41
else
0 commit comments