projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ce641f
)
Fix perl searchpath for gen_keywordlist.pl
author
Andrew Dunstan
<andrew@dunslane.net>
Thu, 7 Feb 2019 16:14:29 +0000
(11:14 -0500)
committer
Andrew Dunstan
<andrew@dunslane.net>
Thu, 7 Feb 2019 16:14:29 +0000
(11:14 -0500)
as found by running src/tools/perlcheck/pgperlsyncheck
src/tools/gen_keywordlist.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/gen_keywordlist.pl
b/src/tools/gen_keywordlist.pl
index 78ac1cd1c1a1775d252adc2c4a847dba548b2e05..1c1f1df6ad1c2922287a57fed52fe0c3d429aa4b 100644
(file)
--- a/
src/tools/gen_keywordlist.pl
+++ b/
src/tools/gen_keywordlist.pl
@@
-31,6
+31,10
@@
use strict;
use warnings;
use Getopt::Long;
+
+use FindBin;
+use lib $FindBin::RealBin;
+
use PerfectHash;
my $output_path = '';