wip
This commit is contained in:
parent
91c5cc432a
commit
5c48e57e0c
3 changed files with 141 additions and 22 deletions
2
test.sh
2
test.sh
|
@ -68,7 +68,7 @@ spin-get-dependencies() {
|
|||
line
|
||||
|
||||
pen red "$deplist"
|
||||
pkglist=("${deplist[*]}")
|
||||
pkglist=${deplist[@]}
|
||||
for dep in "${deplist[@]}"; do
|
||||
pen bold grey "Dep: $dep"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue