1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix perl searchpath for gen_keywordlist.pl

as found by running src/tools/perlcheck/pgperlsyncheck
This commit is contained in:
Andrew Dunstan 2019-02-07 11:14:29 -05:00
parent 8ce641f997
commit 51b025933d

View File

@ -31,6 +31,10 @@
use strict;
use warnings;
use Getopt::Long;
use FindBin;
use lib $FindBin::RealBin;
use PerfectHash;
my $output_path = '';