brew.sh: don't suppress stderr for 'locale charmap'
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
This commit is contained in:
parent
bab43d4cc8
commit
d33691dcdb
@ -9,7 +9,7 @@ esac
|
|||||||
if ! command -v locale >/dev/null
|
if ! command -v locale >/dev/null
|
||||||
then
|
then
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
elif [[ "$(locale charmap 2>/dev/null)" != "UTF-8" ]]
|
elif [[ "$(locale charmap)" != "UTF-8" ]]
|
||||||
then
|
then
|
||||||
if [[ -n "$HOMEBREW_MACOS" ]]
|
if [[ -n "$HOMEBREW_MACOS" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user