aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/shims/super/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc
index e7ab6500f..a016af777 100755
--- a/Library/Homebrew/shims/super/cc
+++ b/Library/Homebrew/shims/super/cc
@@ -359,6 +359,6 @@ if __FILE__ == $PROGRAM_NAME
log(basename, ARGV, tool, args)
- args << { :close_others => false } if RUBY_VERSION >= "2.0"
+ args << { :close_others => false }
exec "#{dirname}/xcrun", tool, *args
end