From 1928941c1bd00ead77f02f8a0a1f3de90b9ed0ea Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 14:43:34 -0700 Subject: [PATCH] handle node + iojs --- setup-ubuntu.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ubuntu.bash b/setup-ubuntu.bash index 867b6c1..7f9bb10 100644 --- a/setup-ubuntu.bash +++ b/setup-ubuntu.bash @@ -35,6 +35,7 @@ if [ -n "$(which node | grep node 2>/dev/null)" ]; then if [ "${IOJS_VER}" == "$(iojs -v 2>/dev/null)" ]; then echo iojs ${IOJS_VER} already installed + IOJS_VER="" else clear echo "" @@ -43,7 +44,6 @@ if [ -n "$(which node | grep node 2>/dev/null)" ]; then echo "" echo "to reinstall please first run: rm $(which iojs)" echo "" - IOJS_VER="" fi fi