Revert "even streaming feedgnuplots persist"

This reverts commit 9d98b84546.
This doesn't belong in the debian branch
This commit is contained in:
Dima Kogan 2015-11-01 13:02:45 -08:00
parent ab26e54e20
commit f9174031cc

View File

@ -457,7 +457,7 @@ sub mainThread
local *PIPE; local *PIPE;
my $dopersist = ''; my $dopersist = '';
if( getGnuplotVersion() >= 4.3) if( !$options{stream} && getGnuplotVersion() >= 4.3)
{ {
$dopersist = '--persist'; $dopersist = '--persist';
} }