aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-09-03 21:26:03 -0500
committerJack Nagel2012-09-03 22:38:05 -0500
commitfb93fb2b2eab75220901e0211300924d75aa27e7 (patch)
tree58c4fa8f02a791feb082df20dd20146d5ac8b3a5 /Library
parent1a6e908115d45aabcb0e076f901c205d2124402b (diff)
downloadhomebrew-fb93fb2b2eab75220901e0211300924d75aa27e7.tar.bz2
ENV: update comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index fda383f6f..b1d7eab12 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -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"