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:
Olof Kindgren 2020-09-25 12:04:02 +02:00
parent e4a822bd50
commit 6815b77864
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}