From 6815b77864daf09a861e01025caf927b8a74c3aa Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Fri, 25 Sep 2020 12:04:02 +0200 Subject: [PATCH] Fix typo in swerv.config causing wrong unsets to be printed This is only for the summary of options. No functional change --- configs/swerv.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/swerv.config b/configs/swerv.config index 87fd220..518fd58 100755 --- a/configs/swerv.config +++ b/configs/swerv.config @@ -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; }