Update setup-min.sh

This commit is contained in:
AJ ONeal 2017-05-15 21:56:32 -06:00
parent b6c4f023f5
commit 30627ef933
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ -z "${PREFIX-}" ]; then
PREFIX=""
fi
if [ -n "$NODE_PATH" ]; then
if [ -n "${NODE_PATH-}" ]; then
node_install_path=$(dirname $(dirname $NODE_PATH))
else
node_install_path=$PREFIX/usr/local