diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index cdce8eb74..e272f139c 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;