summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 0b76a8fdc..f283962ae 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1668,7 +1668,7 @@ if ( CountIndexes('keywords') != 3 ) {
# Final checks...
if ($regenerateshadow) {
print "Now regenerating the shadow database for all bugs.\n";
- system("./processmail regenerate");
+ system("./processmail", "regenerate");
}
unlink "data/versioncache";