Removing an extra "echo"

master
Jordan Harband 2014-07-07 13:59:58 -07:00
parent 018e47bec0
commit df4689fbd2
2 changed files with 0 additions and 2 deletions

View File

@ -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 /}

1
nvm.sh
View File

@ -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 /}