aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2011-11-10 16:15:20 +0000
committereschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2011-11-10 16:15:20 +0000
commit23770ebd008026a5b50a2d99bc371fb838fc1196 (patch)
treed8faffa99f8ebf5765e49d252232f7341f399a7f
parentaa506d1bf306e4265344a09e306e163c7a0480d7 (diff)
Formatting change
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@33 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-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