[feedgnuplot] 01/01: even streaming feedgnuplots persist

Dima Kogan dima at secretsauce.net
Tue Jun 23 00:02:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 9d98b8454644c1a660a87b0fa16ae7f8daadf97c
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon Jun 22 17:03:30 2015 -0700

    even streaming feedgnuplots persist
    
    When the data-feeding pipe dies (data source exits) I still want to see the
    realtime plot, as it appeared at the end
---
 bin/feedgnuplot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index e6bda45..87f2315 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -457,7 +457,7 @@ sub mainThread
     local *PIPE;
     my $dopersist = '';
 
-    if( !$options{stream} && getGnuplotVersion() >= 4.3)
+    if( getGnuplotVersion() >= 4.3)
     {
       $dopersist = '--persist';
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list