summaryrefslogtreecommitdiff
path: root/modules/Options.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-10 12:37:56 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-10 12:37:56 +0000
commit141ac73daeb75a6292051aa6288ef39fe9e0f08b (patch)
tree2ff1ed8040e3a3daff2b608e706ab100459993cb /modules/Options.pm
parenta76cd1934fbf989a647a97c3193735655abc9376 (diff)
downloadMPC-141ac73daeb75a6292051aa6288ef39fe9e0f08b.tar.gz
ChangeLogTag: Fri Feb 10 06:36:59 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Options.pm')
-rw-r--r--modules/Options.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Options.pm b/modules/Options.pm
index c353b0e3..5a876ad2 100644
--- a/modules/Options.pm
+++ b/modules/Options.pm
@@ -275,7 +275,7 @@ sub options {
$i++;
if (defined $args[$i]) {
foreach my $exclude (split(',', $args[$i])) {
- push(@exclude, DirectoryManager::mpc_glob(undef, $args[$i]));
+ push(@exclude, DirectoryManager::mpc_glob(undef, $exclude));
}
}
else {