summaryrefslogtreecommitdiff
path: root/mpc.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-03 16:51:26 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-03 16:51:26 +0000
commit1db4277808dbbaa4e48bd56478845ec929d7ba31 (patch)
tree33b3a5760e0eb53560ca4433fde2af1a6776ffc9 /mpc.pl
parenta7e014de0accec66295afc5c041fec080a47276a (diff)
downloadMPC-1db4277808dbbaa4e48bd56478845ec929d7ba31.tar.gz
ChangeLogTag: Mon Aug 3 16:43:18 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'mpc.pl')
-rwxr-xr-xmpc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpc.pl b/mpc.pl
index 274b442c..33ff7bc5 100755
--- a/mpc.pl
+++ b/mpc.pl
@@ -42,5 +42,5 @@ sub getBasePath {
# Main Section
# ************************************************************
-my $driver = new Driver($basePath, basename($0));
+my $driver = new Driver($basePath, Driver::projects());
exit($driver->run(@ARGV));