Browse Source

Test commit for silencing buildah not found error

bryan 5 tháng trước cách đây
mục cha
commit
6aba702eb6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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[*]}"