Commit f884a968 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix searchpath for modern Perl for genbki.pl

This was fixed for MSVC tools by commit 1df92eea, but per
buildfarm member bowerbird genbki.pl needs the same treatment.

Backpatch to all live branches.
parent 24114e8b
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
# #
#---------------------------------------------------------------------- #----------------------------------------------------------------------
use File::Basename;
use File::Spec;
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
use Catalog; use Catalog;
use strict; use strict;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment