From 1e3d01edd28478488d099e68969eafb7b1962638 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 24 Jan 2014 14:41:49 -0800 Subject: [PATCH] comment --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index c36094c..aa3cdf3 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -107,7 +107,7 @@ sub interpretCommandline # syntax, but disregarded the order of the given options. This resulted in arbitrarily ordered # curves. I thus make parse these into lists, and then also make hashes, for later use - # needed for these to be parsed into an array-ref + # needed for these to be parsed into an array-ref, these default to [] $options{legend} = []; $options{curvestyle} = []; $options{histogram} = [];