Do not close inherited file descriptors in compiler wrapper

This commit is contained in:
Jack Nagel 2014-08-17 17:34:51 -05:00
parent b6cca78e05
commit b5aed44825

View File

@ -335,5 +335,6 @@ if __FILE__ == $PROGRAM_NAME
LOGGER.puts "superenv executed: #{tool} #{args.join(" ")}"
LOGGER.log!
args << { :close_others => false } if RUBY_VERSION >= "2.0"
exec "xcrun", tool, *args
end