mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 06:41:13 +08:00
Revert "even streaming feedgnuplots persist"
This reverts commit 9d98b84546
.
This doesn't belong in the debian branch
This commit is contained in:
parent
ab26e54e20
commit
f9174031cc
@ -457,7 +457,7 @@ sub mainThread
|
||||
local *PIPE;
|
||||
my $dopersist = '';
|
||||
|
||||
if( getGnuplotVersion() >= 4.3)
|
||||
if( !$options{stream} && getGnuplotVersion() >= 4.3)
|
||||
{
|
||||
$dopersist = '--persist';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user