about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-04T13·36+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-04T13·37+0100
commit8979562ed72590bf2608748bd0d4d6217f8374c1 (patch)
tree4820a6686f589b8efb0d8efa9ca69691febc4870 /scripts
parent06a86aee15930205f294859bf1e3ac9104029a29 (diff)
download-from-binary-cache.pl: Fix flushing of stderr
Diffstat (limited to 'scripts')
-rw-r--r--scripts/download-from-binary-cache.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in
index cdce8eb74a..e272f139cf 100644
--- a/scripts/download-from-binary-cache.pl.in
+++ b/scripts/download-from-binary-cache.pl.in
@@ -13,6 +13,7 @@ use WWW::Curl::Easy;
 use WWW::Curl::Multi;
 use strict;
 
+STDERR->autoflush(1);
 binmode STDERR, ":encoding(utf8)";
 
 Nix::Config::readConfig;