mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
download-from-binary-cache.pl: Fix flushing of stderr
This commit is contained in:
parent
06a86aee15
commit
8979562ed7
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ use WWW::Curl::Easy;
|
||||||
use WWW::Curl::Multi;
|
use WWW::Curl::Multi;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
|
STDERR->autoflush(1);
|
||||||
binmode STDERR, ":encoding(utf8)";
|
binmode STDERR, ":encoding(utf8)";
|
||||||
|
|
||||||
Nix::Config::readConfig;
|
Nix::Config::readConfig;
|
||||||
|
|
Loading…
Reference in a new issue