update-reset: fix Bash syntax.
This isn't valid syntax for a Bash array.
This commit is contained in:
parent
711bb4977f
commit
06a66e254e
@ -26,7 +26,7 @@ homebrew-update-reset() {
|
||||
set -x
|
||||
fi
|
||||
|
||||
if [[ -z "${REPOS[]}" ]]
|
||||
if [[ -z "${REPOS[*]}" ]]
|
||||
then
|
||||
REPOS+=("$HOMEBREW_REPOSITORY" "$HOMEBREW_LIBRARY"/Taps/*/*)
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user