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
|
done
|
||||||
|
|
||||||
pen red "$deplist"
|
pen red "$deplist"
|
||||||
pkglist="${deplist[@]}"
|
pkglist=("${deplist[*]}")
|
||||||
pen yellow "$pkglist"
|
pen yellow "$pkglist"
|
||||||
|
|
||||||
check "pkglist: ${pkglist[*]}"
|
check "pkglist: ${pkglist[*]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue