mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit1df92eeafe, but per buildfarm member bowerbird genbki.pl needs the same treatment. Backpatch to all live branches. (cherry picked from commit51884fa16a)
This commit is contained in:
parent
2e8bedc3d6
commit
96feeab4b3
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
|||
#
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
use File::Basename;
|
||||
use File::Spec;
|
||||
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
|
||||
|
||||
use Catalog;
|
||||
|
||||
use strict;
|
||||
|
|
|
|||
Loading…
Reference in a new issue