Skip to content

Commit 51b0259

Browse files
committed
Fix perl searchpath for gen_keywordlist.pl
as found by running src/tools/perlcheck/pgperlsyncheck
1 parent 8ce641f commit 51b0259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/gen_keywordlist.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
use strict;
3232
use warnings;
3333
use Getopt::Long;
34+
35+
use FindBin;
36+
use lib $FindBin::RealBin;
37+
3438
use PerfectHash;
3539

3640
my $output_path = '';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy