[feedgnuplot] 03/18: replaced a 'say' with 'print'

Dima Kogan dima at secretsauce.net
Fri Nov 13 19:17:26 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 605158b39169cdc63f179406da23b62284aa4565
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Oct 31 16:20:52 2015 -0700

    replaced a 'say' with 'print'
---
 bin/feedgnuplot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index b95ae77..c234ae3 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -384,7 +384,7 @@ sub interpretCommandline
     {
       if( $options{xlen} - int($options{xlen}) )
       {
-        say STDERR "When streaming --xlen MUST be an integer. Rounding up to the nearest second";
+        print STDERR "When streaming --xlen MUST be an integer. Rounding up to the nearest second\n";
         $options{xlen} = 1 + int($options{xlen});
       }
     }

-- 
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