testing
This commit is contained in:
parent
fda85d41db
commit
31f763c3b0
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -65,7 +65,7 @@ spin-get-dependencies() {
|
|||
done
|
||||
|
||||
pen red "$deplist"
|
||||
pkglist="${deplist[@]}"
|
||||
pkglist=("${deplist[*]}")
|
||||
pen yellow "$pkglist"
|
||||
|
||||
check "pkglist: ${pkglist[*]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue