Skip to content

Commit

Permalink
Use LC_CTYPE rather than LANG for most specific ML sed fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 4, 2012
1 parent 973f07b commit ba46d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/ENV.rb
Expand Up @@ -12,7 +12,7 @@ def setup_build_environment
if MacOS.mountain_lion?
# Fix issue with sed barfing on unicode characters on Mountain Lion.
delete('LC_ALL')
self['LANG']="C"
self['LC_CTYPE']="C"

# Mountain Lion no longer ships a few .pcs; make sure we pick up our versions
prepend 'PKG_CONFIG_PATH',
Expand Down

0 comments on commit ba46d61

Please sign in to comment.