diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc index 03fc509d59..dc64c59657 100755 --- a/Library/Homebrew/shims/super/cc +++ b/Library/Homebrew/shims/super/cc @@ -10,6 +10,7 @@ exec "$HOMEBREW_RUBY_PATH" --enable-frozen-string-literal --disable=gems,did_you require "pathname" require "set" +require "English" def mac? RUBY_PLATFORM[/darwin/]