From 30627ef933a0b1ce7d0ced382d6669cec3055739 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 May 2017 21:56:32 -0600 Subject: [PATCH] Update setup-min.sh --- setup-min.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-min.sh b/setup-min.sh index 6ed3305..1ce4c78 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -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