Merge pull request #5069 from MikeMcQuaid/update-reset-fix
update-reset: fix Bash syntax.
This commit is contained in:
commit
c54a657cd5
@ -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