Change grep format.
Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
parent
e7b3192a00
commit
1065595f6d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user