The documentation lists configuration variables in uppercase, so dump

them in uppercase.
This commit is contained in:
Dag-Erling Smørgrav 2004-03-16 00:15:05 +00:00
parent c5cb37207c
commit aa1432eb44

View File

@ -378,7 +378,7 @@ sub tbmaster($) {
if ($dump) {
foreach my $key (sort(keys(%CONFIG))) {
printf("%-12s = ", lc($key));
printf("%-12s = ", uc($key));
if (!defined($CONFIG{$key})) {
print("(undef)");
} elsif (ref($CONFIG{$key})) {