From ba90bc97b89ded491f5e44bd4a4b571ce36ba2fe Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 25 Jan 2021 13:51:56 +0100 Subject: [PATCH] flush STDOUT --- bin/ldap-koha.pl | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1