testing
This commit is contained in:
parent
1ecd788ca1
commit
fda85d41db
1 changed files with 3 additions and 3 deletions
6
test.sh
6
test.sh
|
@ -87,9 +87,9 @@ main() {
|
||||||
throw "Dependencies could not get generated!"
|
throw "Dependencies could not get generated!"
|
||||||
else
|
else
|
||||||
check "Dependency list generated!"
|
check "Dependency list generated!"
|
||||||
pen red bold "There are ${#pkglist[*]} items to install.."
|
pen red bold "There are ${#pkglist[@]} items to install.."
|
||||||
for pkg in "${pkglist[@]}"; do
|
for p in "${pkglist[@]}"; do
|
||||||
echo "Package: $pkg"
|
echo "Package: $p"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue