From: Uwe Köcher Date: Wed, 11 Nov 2015 13:22:39 +0000 (+0100) Subject: candi: bugfix, corrected if statement X-Git-Tag: v0.8.1~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470c9b4d7c67514f3650f706a99b6e875fa55dfa;p=candi.git candi: bugfix, corrected if statement --- diff --git a/candi.sh b/candi.sh index ad2326c..7705bd2 100755 --- a/candi.sh +++ b/candi.sh @@ -659,7 +659,7 @@ else fi # Source default PACKAGES variables, if none were given so far -if [ ! -z ${PACKAGES} ]; then +if [ ! -z "${PACKAGES}" ]; then DEFAULT_PACKAGES=${PROJECT}/packages/default.packages if [ -e ${DEFAULT_PACKAGES} ]; then source ${DEFAULT_PACKAGES}