This commit is contained in:
Doug Bird 2018-06-12 15:53:57 -07:00
parent 7ccec55531
commit 99fb1b3eae
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ depcheck() { dep_cmd=$1; dep_label=$2
>&2 echo "$ME_NAME: failed dependency check for '$dep_label', command is missing or inaccessible"
DEPENDENCY_STATUS=1
} }
depcheck "node -v" "node"
depcheck "nodex -v" "node"
depcheck "php -v" "php"
if [ "$DEPENDENCY_STATUS" != "0" ]; then
>&2 echo "$ME_NAME: (FATAL) one or more dependency checks failed"