From 8979562ed72590bf2608748bd0d4d6217f8374c1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 Nov 2014 14:36:17 +0100 Subject: download-from-binary-cache.pl: Fix flushing of stderr --- scripts/download-from-binary-cache.pl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index cdce8eb74a41..e272f139cf8c 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; -- cgit 1.4.1