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

master
Geoffrey Huntley 2011-08-25 14:32:47 +10:00
parent 1251684440
commit 964e7c303c
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

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