We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d840110 + dd28cd8 commit bce07c5Copy full SHA for bce07c5
install.sh
@@ -829,12 +829,7 @@ execute_sudo "${CHOWN[@]}" "-R" "${USER}:${GROUP}" "${HOMEBREW_REPOSITORY}"
829
830
if ! [[ -d "${HOMEBREW_CACHE}" ]]
831
then
832
- if [[ -n "${HOMEBREW_ON_MACOS-}" ]]
833
- then
834
- execute_sudo "${MKDIR[@]}" "${HOMEBREW_CACHE}"
835
- else
836
- execute "${MKDIR[@]}" "${HOMEBREW_CACHE}"
837
- fi
+ execute "${MKDIR[@]}" "${HOMEBREW_CACHE}"
838
fi
839
if exists_but_not_writable "${HOMEBREW_CACHE}"
840
0 commit comments