Compare commits
3 Commits
d606ae9688
...
83e11af519
Author | SHA1 | Date | |
---|---|---|---|
83e11af519 | |||
136b1aa99a | |||
01180844e7 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.idea
|
@ -362,6 +362,8 @@ function do_retention () {
|
||||
function main () {
|
||||
local pkgs_in_transaction
|
||||
pkgs_in_transaction=("${@}")
|
||||
pkgs_in_transaction=("${pkgs_in_transaction[@]//+/_}")
|
||||
pkgs_in_transaction=("${pkgs_in_transaction[@]//@/.}")
|
||||
|
||||
local -a important_pkgs_in_transaction trivial_pkgs_in_transaction
|
||||
split_pkgs_by_importance "${pkgs_in_transaction[@]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user