[Executable] Added environment variable to force STDOUT sync.

This commit is contained in:
Fabio Pelosin
2012-09-18 20:18:43 +02:00
parent af37472119
commit 818f3901c2

View File

@@ -7,6 +7,10 @@ if $0 == __FILE__
$:.unshift File.expand_path('../../lib', __FILE__)
end
if (ENV['CP_STDOUT_SYNC'] == 'TRUE')
STDOUT.sync = true
end
require 'cocoapods'
Pod::Command.run(*ARGV)