]> git.sesse.net Git - foosball/commitdiff
Small change to make it easier to observe batch runs.
authorSteinar H. Gunderson <sesse@debian.org>
Sun, 9 Dec 2007 21:39:36 +0000 (22:39 +0100)
committerSteinar H. Gunderson <sesse@debian.org>
Sun, 9 Dec 2007 21:39:36 +0000 (22:39 +0100)
recalc-single-result.pl

index fb77fd4689a44abbefa6a93c3dc31a4d65d15c02..d2c7a69e774d84103d8bba31513aad648805191d 100755 (executable)
@@ -8,6 +8,8 @@ require 'foosball.pm';
 use foosrank;
 no warnings 'once';
 
+$| = 1;
+
 my $dbh = foosball::db_connect();
 $dbh->{AutoCommit} = 0;