From 964e7c303cdf3c55af61a9c641d606401968f0d4 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Thu, 25 Aug 2011 14:32:47 +1000 Subject: [PATCH] updated shorthand for -# to --progress-bar on wget emulation function() --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 94564e8..b08444f 100644 --- a/nvm.sh +++ b/nvm.sh @@ -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 }