forked from lix-project/lix
download-from-binary-cache.pl: Fix flushing of stderr
This commit is contained in:
parent
06a86aee15
commit
8979562ed7
|
@ -13,6 +13,7 @@ use WWW::Curl::Easy;
|
|||
use WWW::Curl::Multi;
|
||||
use strict;
|
||||
|
||||
STDERR->autoflush(1);
|
||||
binmode STDERR, ":encoding(utf8)";
|
||||
|
||||
Nix::Config::readConfig;
|
||||
|
|
Loading…
Reference in a new issue