Browse Source

updated shorthand for -# to --progress-bar on wget emulation function()

master
Geoffrey Huntley 14 years ago
parent
commit
964e7c303c
  1. 2
      nvm.sh

2
nvm.sh

@ -16,7 +16,7 @@ if [ ! `which curl` ]; then @@ -16,7 +16,7 @@ if [ ! `which curl` ]; then
curl() {
ARGS="$* "
ARGS=${ARGS/-s /-q }
ARGS=${ARGS/-\# /}
ARGS=${ARGS/--progress-bar /}
ARGS=${ARGS/-C - /-c }
ARGS=${ARGS/-o /-O }

Loading…
Cancel
Save