From: Steinar H. Gunderson Date: Sun, 9 Dec 2007 21:39:36 +0000 (+0100) Subject: Small change to make it easier to observe batch runs. X-Git-Url: https://git.sesse.net/?p=foosball;a=commitdiff_plain;h=9b7caa43e210ec1859c2df8717de70f2c7187876 Small change to make it easier to observe batch runs. --- diff --git a/recalc-single-result.pl b/recalc-single-result.pl index fb77fd4..d2c7a69 100755 --- a/recalc-single-result.pl +++ b/recalc-single-result.pl @@ -8,6 +8,8 @@ require 'foosball.pm'; use foosrank; no warnings 'once'; +$| = 1; + my $dbh = foosball::db_connect(); $dbh->{AutoCommit} = 0;