testing
This commit is contained in:
parent
fcd1d0f006
commit
affad948cc
1 changed files with 1 additions and 2 deletions
3
test.sh
3
test.sh
|
@ -68,7 +68,7 @@ spin-get-dependencies() {
|
|||
|
||||
pkglist="${deplist[@]}"
|
||||
|
||||
echo "pkglist: ${pkglist[*]}"
|
||||
check "pkglist: ${pkglist[*]}"
|
||||
;;
|
||||
*)
|
||||
echo_error "There are no dependencies to install for $distro"
|
||||
|
@ -82,7 +82,6 @@ spin-get-dependencies() {
|
|||
main() {
|
||||
local err
|
||||
|
||||
line
|
||||
if ! spin-get-dependencies; then
|
||||
throw "Dependencies could not get generated!"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue