Commit 20bacc95 authored by Andrew Dunstan's avatar Andrew Dunstan

Add missing check function lookup.

parent 840826e3
...@@ -71,7 +71,8 @@ my %command = ( ...@@ -71,7 +71,8 @@ my %command = (
PLCHECK => \&plcheck, PLCHECK => \&plcheck,
INSTALLCHECK => \&installcheck, INSTALLCHECK => \&installcheck,
ECPGCHECK => \&ecpgcheck, ECPGCHECK => \&ecpgcheck,
CONTRIBCHECK => \&contribcheck CONTRIBCHECK => \&contribcheck,
ISOLATIONCHECK => \&isolationcheck,
); );
my $proc = $command{$what}; my $proc = $command{$what};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment