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=07257e1f832dac138e73c30a6ab8c95424bea488;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 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';