From 9d2e7bedb9d07b2551a7639cd3d7ff855b63aa49 Mon Sep 17 00:00:00 2001 From: David Minton Date: Thu, 15 Feb 2024 10:59:28 -0500 Subject: [PATCH] Updated scripts --- buildscripts/build_rcac_gnu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscripts/build_rcac_gnu.sh b/buildscripts/build_rcac_gnu.sh index 28855e7fe..a41e60266 100755 --- a/buildscripts/build_rcac_gnu.sh +++ b/buildscripts/build_rcac_gnu.sh @@ -30,9 +30,9 @@ MACHINE_NAME=$(uname -n | awk -F. '{ }') if { conda env list | grep 'mintongroup'; } >/dev/null 2>&1; then - print -n "The mintongroup conda environment was detected" + echo "The mintongroup conda environment was detected" else - print -n "The mintongroup conda environment was not detected. Creating it now..." + echo "The mintongroup conda environment was not detected. Creating it now..." /depot/daminton/apps/build_mintongroup_conda.sh fi