Skip to content

Commit efda6e8

Browse files
authored
Merge pull request #998 from gromgit/fix-paths-perms
2 parents 7792151 + 46d9559 commit efda6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ then
10271027
execute_sudo "${MKDIR[@]}" /etc/paths.d
10281028
echo "${HOMEBREW_PREFIX}/bin" | execute_sudo tee /etc/paths.d/homebrew
10291029
execute_sudo "${CHOWN[@]}" root:wheel /etc/paths.d/homebrew
1030+
execute_sudo "${CHMOD[@]}" "a+r" /etc/paths.d/homebrew
10301031
elif [[ ":${PATH}:" != *":${HOMEBREW_PREFIX}/bin:"* ]]
10311032
then
10321033
warn "${HOMEBREW_PREFIX}/bin is not in your PATH.

0 commit comments

Comments
 (0)