Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf884a96

Browse files
committed
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit1df92ee, but perbuildfarm member bowerbird genbki.pl needs the same treatment.Backpatch to all live branches.
1 parent24114e8 commitf884a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/backend/catalog/genbki.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
#
1515
#----------------------------------------------------------------------
1616

17+
use File::Basename;
18+
use File::Spec;
19+
BEGIN {use lib File::Spec->rel2abs(dirname(__FILE__)); }
20+
1721
use Catalog;
1822

1923
use strict;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp