From 0bd16d83bb56bb496b04f65161dcebbdf3199a3f Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Mon, 11 Apr 2011 09:32:27 +0000 Subject: [PATCH] Bugfix: Added missing quotes. --- sit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sit b/sit index 88c346e..e6fe48f 100755 --- a/sit +++ b/sit @@ -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