aboutsummaryrefslogtreecommitdiff
path: root/GSL.sh
diff options
context:
space:
mode:
Diffstat (limited to 'GSL.sh')
-rw-r--r--GSL.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/GSL.sh b/GSL.sh
index c75434c..efa5e92 100644
--- a/GSL.sh
+++ b/GSL.sh
@@ -121,7 +121,7 @@ if [ "${GSL_DIR}" != '/usr' -a "${GSL_DIR}" != '/usr/local' ]; then
GSL_INC_DIRS="${GSL_DIR}/include"
GSL_LIB_DIRS="${GSL_DIR}/lib"
fi
-GSL_LIBS='gsl gslcblas'
+: ${GSL_LIBS='gsl gslcblas'}
# Pass options to Cactus
echo "BEGIN MAKE_DEFINITION"