summaryrefslogtreecommitdiff
path: root/depgen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'depgen.pl')
-rwxr-xr-xdepgen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/depgen.pl b/depgen.pl
index 8d3a96a5..e357ad82 100755
--- a/depgen.pl
+++ b/depgen.pl
@@ -23,7 +23,7 @@ if ($^O eq 'VMS') {
$basePath = File::Spec->rel2abs(dirname($0)) if ($basePath eq '');
$basePath = VMS::Filespec::unixify($basePath);
}
-unshift(@INC, $basePath . '/modules/Depgen');
+unshift(@INC, $basePath . '/modules/Depgen', $basePath . '/modules');
require Driver;