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.
1 parent ddaa7db commit 46d9559Copy full SHA for 46d9559
install.sh
@@ -1027,6 +1027,7 @@ then
1027
execute_sudo "${MKDIR[@]}" /etc/paths.d
1028
echo "${HOMEBREW_PREFIX}/bin" | execute_sudo tee /etc/paths.d/homebrew
1029
execute_sudo "${CHOWN[@]}" root:wheel /etc/paths.d/homebrew
1030
+ execute_sudo "${CHMOD[@]}" "a+r" /etc/paths.d/homebrew
1031
elif [[ ":${PATH}:" != *":${HOMEBREW_PREFIX}/bin:"* ]]
1032
then
1033
warn "${HOMEBREW_PREFIX}/bin is not in your PATH.
0 commit comments