summaryrefslogtreecommitdiff
path: root/bin/depgen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/depgen.pl')
-rwxr-xr-xbin/depgen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/depgen.pl b/bin/depgen.pl
index da91fe4bcea..27a774e7d7a 100755
--- a/bin/depgen.pl
+++ b/bin/depgen.pl
@@ -19,7 +19,7 @@ use FindBin;
use File::Spec;
use File::Basename;
-my($basePath) = $FindBin::Bin;
+my($basePath) = $FindBin::RealBin;
if ($^O eq 'VMS') {
$basePath = File::Spec->rel2abs(dirname($0)) if ($basePath eq '');
$basePath = VMS::Filespec::unixify($basePath);