brew: clarify which user needs to be able to read the working directory.
Otherwise, in multi-user environments, it can be ambiguous.
This commit is contained in:
parent
3e537a25f2
commit
f404aafe56
@ -425,7 +425,7 @@ then
|
||||
fi
|
||||
if ! [[ -r "$(pwd)" ]]
|
||||
then
|
||||
odie "The current working directory must be readable to run brew."
|
||||
odie "The current working directory must be readable to ${USER} to run brew."
|
||||
fi
|
||||
|
||||
#####
|
||||
|
Loading…
x
Reference in New Issue
Block a user