cc: ensure wrapper output is always flushed

This commit is contained in:
Jack Nagel 2013-11-01 23:14:59 -05:00
parent 4a5b65c9f5
commit 8ce3a9f168

View File

@ -242,6 +242,8 @@ class Cmd
end
if __FILE__ == $PROGRAM_NAME
STDOUT.sync = STDERR.sync = true
##################################################################### sanity
abort "The build-tool has reset ENV. --env=std required." unless ENV['HOMEBREW_BREW_FILE']