Przeglądaj źródła

Test commit for silencing buildah not found error

bryan 5 miesięcy temu
rodzic
commit
6aba702eb6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -493,7 +493,7 @@ install_package() {
   esac
 
   # Install packages if any need installation
-  echo "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"
+  echo "${PKG_INSTALL[*]} ${install_flags[*]} ${pkg_array[*]}"
   if [[ ${#pkg_array[@]} -gt 0 ]]; then
     if ! "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"; then     
       ((silent)) || err "Failed to install ${pkg_array[*]}"