mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 09:31:01 +01:00
Shut up "Wide character" warnings in Perl scripts
This commit is contained in:
parent
b72e93bca8
commit
27a01d92c2
10 changed files with 25 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ use Nix::Utils;
|
|||
use POSIX qw(strftime);
|
||||
|
||||
STDOUT->autoflush(1);
|
||||
binmode STDERR, ":encoding(utf8)";
|
||||
|
||||
my $logFile = "$Nix::Config::logDir/downloads";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue