From 4463f8ee55798e6bc0f28cf43741f940eb6c1d7a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 29 Sep 1999 15:56:33 +0000 Subject: This version works. svn path=/trunk/; revision=2623 --- makerelease | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makerelease b/makerelease index 7a97c280..da16eb63 100755 --- a/makerelease +++ b/makerelease @@ -112,8 +112,8 @@ unlink("DIFFS.$$"); print "Building index page...\n"; system("rm -f index.html; indexgen.sh"); -print "Making activity graph..." -growthplot +print "Making activity graph..."; +growthplot; print "Done\n"; -- cgit v1.2.3