Bugfix: Added missing quotes.

This commit is contained in:
Christoph Niethammer 2011-04-11 09:32:27 +00:00
parent 7807844e84
commit 0bd16d83bb

2
sit
View file

@ -72,7 +72,7 @@ case ${COMPILER} in
esac
# make the compiler variables CC, CXX, FC and F77 available
if [ ! -z $COMPILER_OPTS ] ; then
if [ ! -z "$COMPILER_OPTS" ] ; then
export ${COMPILER_OPTS}
fi