summaryrefslogtreecommitdiff
path: root/modules/Driver.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-24 19:09:12 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-24 19:09:12 +0000
commitcf859440fde48274769b275852fb62955039f5c9 (patch)
tree3c9379c9a90d6874842c5af96f38fd983772bdeb /modules/Driver.pm
parent3648076de637043a6d14d9fbe7ce92aed67dedcd (diff)
downloadMPC-cf859440fde48274769b275852fb62955039f5c9.tar.gz
ChangeLogTag: Wed Jan 24 19:04:58 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Driver.pm')
-rw-r--r--modules/Driver.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Driver.pm b/modules/Driver.pm
index 83f3d05e..900135c8 100644
--- a/modules/Driver.pm
+++ b/modules/Driver.pm
@@ -254,7 +254,7 @@ sub run {
my($cfg) = new ConfigParser(\%valid_cfg);
if (defined $cfgfile) {
my($ellipses) = $cfgfile;
- $ellipses =~ s!.*(/[^/]+/[^/]+/[^/]+/[^/]+/[^/]+)!...$1!;
+ $ellipses =~ s!.*(/[^/]+/[^/]+/[^/]+/[^/]+/[^/]+/[^/]+)!...$1!;
$self->diagnostic("Using $ellipses");
my($status, $error) = $cfg->read_file($cfgfile);
if (!$status) {