From 07257e1f832dac138e73c30a6ab8c95424bea488 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 1b07a9230..442e31f36 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