Browse Source

Test commit for silencing buildah not found error

bryan 5 tháng trước cách đây
mục cha
commit
8998a6d02e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

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