What is going on

This commit is contained in:
2021-12-01 17:59:38 -05:00
parent 3b6cccfb89
commit 20f2cc30a1

View File

@@ -389,6 +389,8 @@ installPackage() {
exit 1 exit 1
fi fi
debug "${PKG_ALIASES[@]}"
for _pkg in "$@"; do for _pkg in "$@"; do
# Check for alias # Check for alias
if [[ -v PKG_ALIASES && -v PKG_ALIASES["$_pkg"] ]]; then if [[ -v PKG_ALIASES && -v PKG_ALIASES["$_pkg"] ]]; then