From 832874179248cb7e9f6bed23bbf43ba4d47eb9e6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 28 Dec 2014 22:29:26 -0800 Subject: [PATCH] Removing an unnecessary `return $?` --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 61f22d3..02464fb 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,6 @@ set -e nvm_has() { type "$1" > /dev/null 2>&1 - return $? } if [ -z "$NVM_DIR" ]; then