Skip to content
Snippets Groups Projects
Commit ee6c43eb authored by Mike McQuaid's avatar Mike McQuaid
Browse files

shims/super/cc: assume Ruby 2.

parent f32251d4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment