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

Commit51b0259

Browse files
committed
Fix perl searchpath for gen_keywordlist.pl
as found by running src/tools/perlcheck/pgperlsyncheck
1 parent8ce641f commit51b0259

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)

[8]ページ先頭

©2009-2025 Movatter.jp