File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -969,13 +969,6 @@ then
969969 export HOMEBREW_DEVELOPER_COMMAND=" 1"
970970fi
971971
972- # Provide a (temporary, undocumented) way to disable Sorbet globally if needed
973- # to avoid reverting the above.
974- if [[ -n " ${HOMEBREW_NO_SORBET_RUNTIME} " ]]
975- then
976- unset HOMEBREW_SORBET_RUNTIME
977- fi
978-
979972if [[ -n " ${HOMEBREW_DEVELOPER_COMMAND} " && -z " ${HOMEBREW_DEVELOPER} " ]]
980973then
981974 if [[ -z " ${HOMEBREW_DEV_CMD_RUN} " ]]
@@ -999,6 +992,13 @@ then
999992 export HOMEBREW_SORBET_RUNTIME=" 1"
1000993fi
1001994
995+ # Provide a (temporary, undocumented) way to disable Sorbet globally if needed
996+ # to avoid reverting the above.
997+ if [[ -n " ${HOMEBREW_NO_SORBET_RUNTIME} " ]]
998+ then
999+ unset HOMEBREW_SORBET_RUNTIME
1000+ fi
1001+
10021002if [[ -f " ${HOMEBREW_LIBRARY} /Homebrew/cmd/${HOMEBREW_COMMAND} .sh" ]]
10031003then
10041004 HOMEBREW_BASH_COMMAND=" ${HOMEBREW_LIBRARY} /Homebrew/cmd/${HOMEBREW_COMMAND} .sh"
You can’t perform that action at this time.
0 commit comments