Commit 818f3901 authored by Fabio Pelosin's avatar Fabio Pelosin

[Executable] Added environment variable to force STDOUT sync.

parent af374721
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment