From 639b9f68a8f0089d0653328548f7543a07f3225d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 23 Mar 2024 16:31:38 +0100 Subject: [PATCH] general-functions.pl: Don't use line buffering Signed-off-by: Michael Tremer --- config/cfgroot/general-functions.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index 61a7eeadd..c6d68bcea 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -19,7 +19,6 @@ use Socket; use IO::Socket; use Net::SSLeay; use Net::IPv4Addr qw(:all); -$|=1; # line buffering $General::version = 'VERSION'; $General::swroot = 'CONFIG_ROOT'; -- 2.39.5