mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Don't buffer stderr.
svn path=/nixos/trunk/; revision=19227
This commit is contained in:
parent
7541141a7a
commit
ff20b45486
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ use Machine;
|
|||
|
||||
$SIG{PIPE} = 'IGNORE'; # because Unix domain sockets may die unexpectedly
|
||||
|
||||
STDERR->autoflush(1);
|
||||
|
||||
my %vms;
|
||||
my $context = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue