mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
Merge pull request #2304 from rbenv/fix-wget
Abandon using `--show-progress` for wget
This commit is contained in:
commit
270ecd0bcb
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ http_head_wget() {
|
|||
|
||||
http_get_wget() {
|
||||
# shellcheck disable=SC2086
|
||||
log_command wget -nv --show-progress $WGET_OPTS -O "$2" "$1" 2>&3
|
||||
log_command wget $WGET_OPTS -O "$2" "$1" 2>&3
|
||||
}
|
||||
|
||||
fetch_tarball() {
|
||||
|
|
Loading…
Reference in a new issue