ENV: update comment

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-09-03 21:26:03 -05:00
parent 26f887d4ab
commit 8094b00b55

View File

@ -10,7 +10,8 @@ module HomebrewEnvExtension
remove_cc_etc
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')
self['LC_CTYPE']="C"