ENV: update comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
26f887d4ab
commit
8094b00b55
@ -10,7 +10,8 @@ module HomebrewEnvExtension
|
|||||||
remove_cc_etc
|
remove_cc_etc
|
||||||
|
|
||||||
if MacOS.version >= :mountain_lion
|
if MacOS.version >= :mountain_lion
|
||||||
# Fix issue with sed barfing on unicode characters on Mountain Lion.
|
# Mountain Lion's sed is stricter, and errors out when
|
||||||
|
# it encounters files with mixed character sets
|
||||||
delete('LC_ALL')
|
delete('LC_ALL')
|
||||||
self['LC_CTYPE']="C"
|
self['LC_CTYPE']="C"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user