aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LORENE.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/LORENE.sh b/LORENE.sh
index a2edfbb..5b0ca21 100644
--- a/LORENE.sh
+++ b/LORENE.sh
@@ -44,12 +44,12 @@ then
BUILD_DIR=${SCRATCH_BUILD}/build/${THORN}
if [ -z "${LORENE_INSTALL_DIR}" ]; then
echo "BEGIN MESSAGE"
- echo "LORENE install directory, LORENE_INSTALL_DIR, not set. Installing in the default configuration location."
+ echo "LORENE install directory LORENE_INSTALL_DIR not set. Installing in the default configuration location."
echo "END MESSAGE"
INSTALL_DIR=${SCRATCH_BUILD}/external/${THORN}
else
echo "BEGIN MESSAGE"
- echo "LORENE install directory, LORENE_INSTALL_DIR, selected. Installing LORENE at ${LORENE_INSTALL_DIR}"
+ echo "LORENE install directory LORENE_INSTALL_DIR set. Installing LORENE at ${LORENE_INSTALL_DIR}."
echo "END MESSAGE"
INSTALL_DIR=${LORENE_INSTALL_DIR}
fi