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