From adac92b32601d76b53fd111701f2359d53542e38 Mon Sep 17 00:00:00 2001 From: Liyang HU Date: Sat, 6 Mar 2021 22:51:21 +0000 Subject: [PATCH] Library/Homebrew/extend/os/mac/extend/ENV/super.rb: obsolete HOMEBREW_CCCFG flag `s` @Bo98's comment https://github.com/Homebrew/brew/pull/10802#issuecomment-792072121 --- Library/Homebrew/extend/os/mac/extend/ENV/super.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/extend/os/mac/extend/ENV/super.rb b/Library/Homebrew/extend/os/mac/extend/ENV/super.rb index 456a985239..e58a10e577 100644 --- a/Library/Homebrew/extend/os/mac/extend/ENV/super.rb +++ b/Library/Homebrew/extend/os/mac/extend/ENV/super.rb @@ -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