Merge pull request #10 from olofk/unsets_typo
Fix typo in swerv.config causing wrong unsets to be printed
This commit is contained in:
commit
7570549cf7
|
@ -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