Change grep format.

Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
Nicolás A. Ortega Froysa 2024-03-07 16:15:28 +01:00
parent e7b3192a00
commit 1065595f6d

View File

@ -147,7 +147,7 @@ $n, $tx->{action}, $tx->{pkg_name}
}
}
@sel = sort grep(!/[0-9]-[0-9]/, @sel);
@sel = sort grep({!/[0-9]-[0-9]/} @sel);
my @sel_undo;