Merge pull request #10802 from liyang/master
-Library/Homebrew/shims/mac/super/sed: causes more problems than what it purports to fix
This commit is contained in:
commit
cea09fc093
@ -98,8 +98,6 @@ module Superenv
|
|||||||
|
|
||||||
def determine_cccfg
|
def determine_cccfg
|
||||||
s = +""
|
s = +""
|
||||||
# Fix issue with sed barfing on unicode characters on Mountain Lion
|
|
||||||
s << "s"
|
|
||||||
# Fix issue with >= Mountain Lion apr-1-config having broken paths
|
# Fix issue with >= Mountain Lion apr-1-config having broken paths
|
||||||
s << "a"
|
s << "a"
|
||||||
s.freeze
|
s.freeze
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [[ "$HOMEBREW_CCCFG" = *s* ]]
|
|
||||||
then
|
|
||||||
# Fix issue with sed barfing on unicode characters on Mountain Lion
|
|
||||||
unset LC_ALL
|
|
||||||
export LC_CTYPE="C"
|
|
||||||
fi
|
|
||||||
exec /usr/bin/sed "$@"
|
|
Loading…
x
Reference in New Issue
Block a user