Shut up "Wide character in print" warning in copy-from-other-stores.pl

This commit is contained in:
Eelco Dolstra 2015-01-15 17:56:56 +01:00
parent c2a8b5c42d
commit f6716e95bb

View file

@ -9,6 +9,7 @@ my $binDir = $ENV{"NIX_BIN_DIR"} || "@bindir@";
STDOUT->autoflush(1);
binmode STDERR, ":encoding(utf8)";
my @remoteStoresAll = split ':', ($ENV{"NIX_OTHER_STORES"} or "");