1
0

Update setup-node-ubuntu.bash

Este cometimento está contido em:
AJ ONeal 2017-05-15 21:57:16 -06:00
ascendente 216bcb8796
cometimento 5a1edbd2e4

Ver ficheiro

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