download-from-binary-cache.pl: Fix flushing of stderr

This commit is contained in:
Eelco Dolstra 2014-11-04 14:36:17 +01:00
parent 06a86aee15
commit 8979562ed7

View file

@ -13,6 +13,7 @@ use WWW::Curl::Easy;
use WWW::Curl::Multi;
use strict;
STDERR->autoflush(1);
binmode STDERR, ":encoding(utf8)";
Nix::Config::readConfig;