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
|
set -x
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "${REPOS[]}" ]]
|
if [[ -z "${REPOS[*]}" ]]
|
||||||
then
|
then
|
||||||
REPOS+=("$HOMEBREW_REPOSITORY" "$HOMEBREW_LIBRARY"/Taps/*/*)
|
REPOS+=("$HOMEBREW_REPOSITORY" "$HOMEBREW_LIBRARY"/Taps/*/*)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user