From: Michael Tremer Date: Sat, 23 Mar 2024 15:31:38 +0000 (+0100) Subject: general-functions.pl: Don't use line buffering X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=639b9f68a8f0089d0653328548f7543a07f3225d;p=people%2Fms%2Fipfire-2.x.git general-functions.pl: Don't use line buffering Signed-off-by: Michael Tremer --- 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';