Explorar el Código

What is going on

bryan hace 3 años
padre
commit
20f2cc30a1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      installJRMC

+ 2 - 0
installJRMC

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