Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

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
Fix #11728, fix #12890, fix #13653, fix #13734, fix #13787, fix #13818,
fix #13939.
  • Loading branch information
MikeMcQuaid committed Aug 4, 2012
1 parent 8a61a98 commit 53d5bfb
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 53d5bfb

Please sign in to comment.