Fix typo in swerv.config causing wrong unsets to be printed
This is only for the summary of options. No functional change
This commit is contained in:
parent
e4a822bd50
commit
6815b77864
|
@ -1979,7 +1979,7 @@ sub map_set_unset {
|
|||
}
|
||||
}
|
||||
if (scalar(@unsets)) {
|
||||
print "$self: Unset(s) requested : @sets\n";
|
||||
print "$self: Unset(s) requested : @unsets\n";
|
||||
foreach (@unsets) {
|
||||
$unsets{$_} = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue