X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-build-tools.git;a=blobdiff_plain;f=teeboth;h=459e0c888e4b1b563bfe10a844fd72ed4bad723a;hp=5c3f5c04e35ba1a74479e8a23e90e418dfb8c487;hb=dbb862e4ac5a88826c43d8f48e265e5f3238174d;hpb=52c6968e58d5dd2efc78b7758ad5349e41a49e20 diff --git a/teeboth b/teeboth index 5c3f5c0..459e0c8 100755 --- a/teeboth +++ b/teeboth @@ -53,7 +53,7 @@ sethandle( \*child_err ); while ( $alive ) { foreach my $h ( $select->can_read() ) { - sysread $h, $_, 1024; + sysread $h, $_, 102400; print $fout $_ if $fout; if ( $interactive && $h == \*child_err ) { print "\033[31m$_\033[0m";