From 34f300de0e37f5cba5176796560c99e3780a7cc1 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 23 Sep 2024 12:22:35 +0100 Subject: [PATCH] updated brew_install_packages.sh --- packages/brew_install_packages.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/brew_install_packages.sh b/packages/brew_install_packages.sh index b5e6e806..0b5d92fc 100755 --- a/packages/brew_install_packages.sh +++ b/packages/brew_install_packages.sh @@ -111,6 +111,12 @@ if [ -n "${CASK:-}" ]; then opts="--cask" fi +echo +echo "Packages to be installed:" +echo +tr ' ' '\n' <<< "$packages" +echo + # Fails if any of the packages are already installed, so you'll probably want to ignore and continue and detect missing # package later in build system if it's a problem eg. resulting in missing headers later in build if [ -n "${NO_FAIL:-}" ]; then