File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -969,13 +969,6 @@ then
969
969
export HOMEBREW_DEVELOPER_COMMAND=" 1"
970
970
fi
971
971
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
-
979
972
if [[ -n " ${HOMEBREW_DEVELOPER_COMMAND} " && -z " ${HOMEBREW_DEVELOPER} " ]]
980
973
then
981
974
if [[ -z " ${HOMEBREW_DEV_CMD_RUN} " ]]
@@ -999,6 +992,13 @@ then
999
992
export HOMEBREW_SORBET_RUNTIME=" 1"
1000
993
fi
1001
994
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
+
1002
1002
if [[ -f " ${HOMEBREW_LIBRARY} /Homebrew/cmd/${HOMEBREW_COMMAND} .sh" ]]
1003
1003
then
1004
1004
HOMEBREW_BASH_COMMAND=" ${HOMEBREW_LIBRARY} /Homebrew/cmd/${HOMEBREW_COMMAND} .sh"
You can’t perform that action at this time.
0 commit comments