dbExpand.pl needs databaseModuleDirs

When built stand-alone, needs it to locate EPICS::Getopts
This commit is contained in:
Andrew Johnson
2017-09-22 14:28:55 -05:00
parent 044b7a31ef
commit c56fbc84b0

View File

@@ -13,6 +13,7 @@ use strict;
use FindBin qw($Bin);
use lib "$Bin/../../lib/perl";
use databaseModuleDirs;
use DBD;
use DBD::Parser;