aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-11-30 19:42:28 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-11-30 19:42:28 +0000
commitad2eb405b88fd17c76e7a6697a0107ed4f22d787 (patch)
tree58a9f023e2cf493cf266be44403ddbd7674c4d93
parent5ed86c7189f48e3fa40a1fe8de6c84407d0cf776 (diff)
downloadfetchmail-ad2eb405b88fd17c76e7a6697a0107ed4f22d787.tar.gz
fetchmail-ad2eb405b88fd17c76e7a6697a0107ed4f22d787.tar.bz2
fetchmail-ad2eb405b88fd17c76e7a6697a0107ed4f22d787.zip
Fix a bug in legend generation.
svn path=/trunk/; revision=2657
-rwxr-xr-xgrowthplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/growthplot b/growthplot
index c9fbdd8f..07fa436f 100755
--- a/growthplot
+++ b/growthplot
@@ -32,7 +32,7 @@ EOF
do
if [ "$version" = '%' ]
then
- legend="$friends $announce $total $days $date"
+ legend="$size $friends $announce $total $days $date"
echo "# Associate $lastday to '$legend'"
echo "count = count + 1"
echo "lastday = $lastday - 5"