Commit 51b02593 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix perl searchpath for gen_keywordlist.pl

as found by running src/tools/perlcheck/pgperlsyncheck
parent 8ce641f9
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
use strict; use strict;
use warnings; use warnings;
use Getopt::Long; use Getopt::Long;
use FindBin;
use lib $FindBin::RealBin;
use PerfectHash; use PerfectHash;
my $output_path = ''; my $output_path = '';
......
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