From 6aba702eb60ab73f2cea2e1ba31688cc1b99b55a Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 4 Nov 2024 13:48:04 -0500 Subject: [PATCH] Test commit for silencing buildah not found error --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 3a1833b..9b56ca9 100755 --- a/installJRMC +++ b/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[*]}"