summaryrefslogtreecommitdiff
path: root/mwc.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-08-22 07:06:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-08-22 07:06:14 +0000
commit327d38ed243342524ee269d527d9ab2be086ef06 (patch)
tree42ae1a2aa8bb3bbf8a16127be508e6a80b3acc90 /mwc.pl
parentd6855abba491d43926d6bc9680408dd15abbb0d5 (diff)
downloadMPC-327d38ed243342524ee269d527d9ab2be086ef06.tar.gz
Fri Aug 22 07:04:17 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'mwc.pl')
-rwxr-xr-xmwc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mwc.pl b/mwc.pl
index f2d4827a..8d12b8e1 100755
--- a/mwc.pl
+++ b/mwc.pl
@@ -20,7 +20,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);