fix: set pkg local
This commit is contained in:
parent
297fd3af68
commit
32f1c8890a
1 changed files with 1 additions and 0 deletions
1
instalee
1
instalee
|
@ -41,6 +41,7 @@ installpkg() {
|
||||||
echo "No handler available for package '$1'" >&2
|
echo "No handler available for package '$1'" >&2
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
local pkg
|
||||||
for pkg in $pkgs
|
for pkg in $pkgs
|
||||||
do highlight "Installing $(echo ${pkg#$packagedir/} | sed 's|\(.*\)/|\1 via |')"
|
do highlight "Installing $(echo ${pkg#$packagedir/} | sed 's|\(.*\)/|\1 via |')"
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Add table
Reference in a new issue