From a544b443ad88deae0fe880ba9c47c2cd2471a47e Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Mon, 21 Oct 2024 11:43:22 -0700 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index fe48948f..e68269b5 100755 --- a/setup.sh +++ b/setup.sh @@ -14,7 +14,7 @@ fi # Apply NCO-specific tweaks to make spack-stack installations more self contained. if [[ " $* " =~ " --nco " ]]; then export SPACK_DISABLE_LOCAL_CONFIG=1 - spack bootstrap root '$spack/bootstrap' + echo "Changing bootstrap path to $(spack bootstrap root '$spack/bootstrap')" fi # Get the current hash of the spack-stack code