fix compile test for when WebGUI libs not in PERL5LIB

This commit is contained in:
Graham Knop 2009-09-20 22:00:12 -05:00
parent 3756624523
commit 4b835ba0ff

View file

@ -23,6 +23,7 @@ use Cwd qw(realpath);
my $wgRoot = realpath catdir(dirname(__FILE__), updir);
my $wgLib = catdir($wgRoot, 'lib');
unshift @INC, $wgLib;
my @modules = findModules($wgLib);
my @scripts = findScripts(catdir($wgRoot, 'docs', 'upgrades'), catdir($wgRoot, 'sbin'));