Unbuffer $stdout

This commit is contained in:
Josh Holtrop 2014-06-12 09:36:24 -04:00
parent eb9aa476b7
commit 7c9e7e833a

View File

@ -84,3 +84,6 @@ module Rscons
end
end
end
# Unbuffer $stdout
$stdout.sync = true