File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -999,12 +999,13 @@ if [[ -n "${HOMEBREW_DEVELOPER}" || -n "${HOMEBREW_DEV_CMD_RUN}" ]]
999999then
10001000 # Always run with Sorbet for Homebrew developers or when a Homebrew developer command has been run.
10011001 export HOMEBREW_SORBET_RUNTIME=" 1"
1002- fi
10031002
1004- if [[ -n " ${HOMEBREW_DEVELOPER} " && -z " ${HOMEBREW_DOWNLOAD_CONCURRENCY} " ]]
1005- then
1006- # Enable concurrent downloads for Homebrew developers who haven't explicitly set a value.
1007- export HOMEBREW_DOWNLOAD_CONCURRENCY=" auto"
1003+ # Enable concurrent downloads for Homebrew developers or when a Homebrew developer command has been
1004+ # run who haven't explicitly set a value.
1005+ if [[ -z " ${HOMEBREW_DOWNLOAD_CONCURRENCY} " ]]
1006+ then
1007+ export HOMEBREW_DOWNLOAD_CONCURRENCY=" auto"
1008+ fi
10081009fi
10091010
10101011# Provide a (temporary, undocumented) way to disable Sorbet globally if needed
You can’t perform that action at this time.
0 commit comments