From: Dobrica Pavlinusic Date: Mon, 25 Jan 2021 12:51:56 +0000 (+0100) Subject: flush STDOUT X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=commitdiff_plain;h=ba90bc97b89ded491f5e44bd4a4b571ce36ba2fe;hp=c004207348f0a98a6ed47d255eb20eae213c524f flush STDOUT --- diff --git a/bin/ldap-koha.pl b/bin/ldap-koha.pl index 30c2c9e..640f062 100755 --- a/bin/ldap-koha.pl +++ b/bin/ldap-koha.pl @@ -9,6 +9,7 @@ use lib 'lib'; use LDAP::Koha; my $debug = $ENV{DEBUG} || 0; +$|=1; BEGIN { $SIG{'__WARN__'} = sub {