summaryrefslogtreecommitdiff
path: root/depgen.pl
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2007-06-29 18:44:04 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2007-06-29 18:44:04 +0000
commitb2dba3297305dab9ac815664a03c7f33f6066e09 (patch)
tree5be19ef4489c0ff573f23a52c94b797eb1dc1213 /depgen.pl
parent9bec884b1e49ae016654098cfbd3c85b92680157 (diff)
downloadMPC-b2dba3297305dab9ac815664a03c7f33f6066e09.tar.gz
ChangeLogTag: Fri Jun 29 18:24:22 UTC 2007 Adam Mitz <mitza@ociweb.com>
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;