From ad2eb405b88fd17c76e7a6697a0107ed4f22d787 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Nov 1999 19:42:28 +0000 Subject: Fix a bug in legend generation. svn path=/trunk/; revision=2657 --- growthplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3