From df4689fbd281a1cc68c6a8707d35f9d25ccf5f39 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 7 Jul 2014 13:59:58 -0700 Subject: [PATCH] Removing an extra "echo" --- install.sh | 1 - nvm.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 49a850b..00ec1fa 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,6 @@ nvm_curl() { elif nvm_has "wget"; then # Emulate curl with wget ARGS="$*" - echo "original: $ARGS" ARGS=${ARGS/--progress-bar /--progress=bar } ARGS=${ARGS/-L /} ARGS=${ARGS/-I /} diff --git a/nvm.sh b/nvm.sh index ee2c9d2..a762363 100644 --- a/nvm.sh +++ b/nvm.sh @@ -18,7 +18,6 @@ nvm_curl() { elif nvm_has "wget"; then # Emulate curl with wget ARGS="$*" - echo "original: $ARGS" ARGS=${ARGS/--progress-bar /--progress=bar } ARGS=${ARGS/-L /} ARGS=${ARGS/-I /}