aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-29 15:56:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-29 15:56:33 +0000
commit4463f8ee55798e6bc0f28cf43741f940eb6c1d7a (patch)
treed6881aca778a0948ec9c18905aac49550c548d64
parentb74c6e8f9ee11e25384ebcc997d5f339b7d173a0 (diff)
downloadfetchmail-4463f8ee55798e6bc0f28cf43741f940eb6c1d7a.tar.gz
fetchmail-4463f8ee55798e6bc0f28cf43741f940eb6c1d7a.tar.bz2
fetchmail-4463f8ee55798e6bc0f28cf43741f940eb6c1d7a.zip
This version works.
svn path=/trunk/; revision=2623
-rwxr-xr-xmakerelease4
1 files 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";