* Autoflush stdout.

This commit is contained in:
Eelco Dolstra
2009-04-22 22:59:54 +00:00
parent 97a6011628
commit c48ec3d340
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ my $db = openHydraDB;
my $hydraHome = $ENV{"HYDRA_HOME"};
die "The HYDRA_HOME environment variable is not set!\n" unless defined $hydraHome;
STDOUT->autoflush();
#$SIG{CHLD} = 'IGNORE';