summaryrefslogtreecommitdiff
path: root/modules/Driver.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-03-06 18:09:15 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-03-06 18:09:15 +0000
commita3717a1908096b14a4cacb951e92999aa4216216 (patch)
tree3d581685e2d242c8c38742c9e724f531b56deb4d /modules/Driver.pm
parentc02c149fdfadd19862193bc9283263497694d4a0 (diff)
downloadMPC-a3717a1908096b14a4cacb951e92999aa4216216.tar.gz
ChangeLogTag: Mon Mar 6 18:09:36 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Driver.pm')
-rw-r--r--modules/Driver.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/Driver.pm b/modules/Driver.pm
index 82e51b02..01574be7 100644
--- a/modules/Driver.pm
+++ b/modules/Driver.pm
@@ -68,8 +68,7 @@ sub parse_line {
$value =~ s/^\s+//;
$value =~ s/\s+$//;
}
- if ($name =~ /\*/) {
- $name =~ s/\*/.*/g;
+ if ($name =~ s/\*/.*/g) {
foreach my $key (keys %ENV) {
if ($key =~ /^$name$/ && !exists $self->{'reldefs'}->{$key}) {
## Put this value at the front since it doesn't need