mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 14:51:11 +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;
|
local *PIPE;
|
||||||
my $dopersist = '';
|
my $dopersist = '';
|
||||||
|
|
||||||
if( getGnuplotVersion() >= 4.3)
|
if( !$options{stream} && getGnuplotVersion() >= 4.3)
|
||||||
{
|
{
|
||||||
$dopersist = '--persist';
|
$dopersist = '--persist';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user