fix: set pkg local

This commit is contained in:
xeruf 2022-08-14 13:03:49 +02:00
parent 297fd3af68
commit 32f1c8890a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ installpkg() {
echo "No handler available for package '$1'" >&2
return 2
fi
local pkg
for pkg in $pkgs
do highlight "Installing $(echo ${pkg#$packagedir/} | sed 's|\(.*\)/|\1 via |')"
set -e