mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +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…
Add table
Add a link
Reference in a new issue