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:
Mike McQuaid 2021-03-09 11:55:24 +00:00 committed by GitHub
commit cea09fc093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View File

@ -98,8 +98,6 @@ module Superenv
def determine_cccfg
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
s << "a"
s.freeze

View File

@ -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 "$@"