diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-04T13·36+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-04T13·37+0100 |
commit | 8979562ed72590bf2608748bd0d4d6217f8374c1 (patch) | |
tree | 4820a6686f589b8efb0d8efa9ca69691febc4870 /scripts | |
parent | 06a86aee15930205f294859bf1e3ac9104029a29 (diff) |
download-from-binary-cache.pl: Fix flushing of stderr
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/download-from-binary-cache.pl.in | 1 |
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 cdce8eb74a41..e272f139cf8c 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; |