X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=teeboth;h=459e0c888e4b1b563bfe10a844fd72ed4bad723a;hb=96c455c18a7a2a49bf50a0e17c9f866bd35051e1;hp=5c3f5c04e35ba1a74479e8a23e90e418dfb8c487;hpb=52c6968e58d5dd2efc78b7758ad5349e41a49e20;p=packages%2Frpm-build-tools.git 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";