mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #16465 from MikeMcQuaid/user_working_directory_readable
brew: clarify which user needs to be able to read the working directory.
This commit is contained in:
commit
dca9ff865a
@ -425,7 +425,7 @@ then
|
|||||||
fi
|
fi
|
||||||
if ! [[ -r "$(pwd)" ]]
|
if ! [[ -r "$(pwd)" ]]
|
||||||
then
|
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
|
fi
|
||||||
|
|
||||||
#####
|
#####
|
||||||
|
Loading…
x
Reference in New Issue
Block a user