cc: ensure wrapper output is always flushed
This commit is contained in:
parent
4a5b65c9f5
commit
8ce3a9f168
@ -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']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user