aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
Diffstat (limited to 'makerelease')
-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";