diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-29 15:56:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-29 15:56:33 +0000 |
commit | 4463f8ee55798e6bc0f28cf43741f940eb6c1d7a (patch) | |
tree | d6881aca778a0948ec9c18905aac49550c548d64 | |
parent | b74c6e8f9ee11e25384ebcc997d5f339b7d173a0 (diff) | |
download | fetchmail-4463f8ee55798e6bc0f28cf43741f940eb6c1d7a.tar.gz fetchmail-4463f8ee55798e6bc0f28cf43741f940eb6c1d7a.tar.bz2 fetchmail-4463f8ee55798e6bc0f28cf43741f940eb6c1d7a.zip |
This version works.
svn path=/trunk/; revision=2623
-rwxr-xr-x | makerelease | 4 |
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"; |