about summary refs log tree commit diff
path: root/scripts/download-using-manifests.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-29T15·48+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-29T15·48+0200
commit27a01d92c2be3e6c1be23f96d24c3d3358489a87 (patch)
tree316819a63ac571802b79b7d1e2620c4f3dc6f5f8 /scripts/download-using-manifests.pl.in
parentb72e93bca8fc045b37b1e863c423cf0e91e8c479 (diff)
Shut up "Wide character" warnings in Perl scripts
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rwxr-xr-xscripts/download-using-manifests.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index e849a930e71e..591cd6b43a3a 100755
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -9,6 +9,7 @@ use Nix::Utils;
 use POSIX qw(strftime);
 
 STDOUT->autoflush(1);
+binmode STDERR, ":encoding(utf8)";
 
 my $logFile = "$Nix::Config::logDir/downloads";