dbExpand.pl needs databaseModuleDirs
When built stand-alone, needs it to locate EPICS::Getopts
This commit is contained in:
@@ -13,6 +13,7 @@ use strict;
|
||||
|
||||
use FindBin qw($Bin);
|
||||
use lib "$Bin/../../lib/perl";
|
||||
use databaseModuleDirs;
|
||||
|
||||
use DBD;
|
||||
use DBD::Parser;
|
||||
|
||||
Reference in New Issue
Block a user