From f9174031cc2036bca337646d51065c869e5dcdc8 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 1 Nov 2015 13:02:45 -0800 Subject: [PATCH] Revert "even streaming feedgnuplots persist" This reverts commit 9d98b8454644c1a660a87b0fa16ae7f8daadf97c. This doesn't belong in the debian branch --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index cb92831..08e177b 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -457,7 +457,7 @@ sub mainThread local *PIPE; my $dopersist = ''; - if( getGnuplotVersion() >= 4.3) + if( !$options{stream} && getGnuplotVersion() >= 4.3) { $dopersist = '--persist'; }