vendor-install: fix array syntax for old bash
This commit is contained in:
parent
b8fee7fe4d
commit
6453c81dac
@ -39,10 +39,10 @@ fetch() {
|
||||
|
||||
if [[ -n "$HOMEBREW_QUIET" ]]
|
||||
then
|
||||
curl_args+=(--silent)
|
||||
curl_args[${#curl_args[*]}]="--silent"
|
||||
elif [[ -z "$HOMEBREW_VERBOSE" ]]
|
||||
then
|
||||
curl_args+=(--progress-bar)
|
||||
curl_args[${#curl_args[*]}]="--progress-bar"
|
||||
fi
|
||||
|
||||
temporary_path="$CACHED_LOCATION.incomplete"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user