From: Uwe Köcher Date: Thu, 28 May 2015 21:50:35 +0000 (+0200) Subject: candi: updated git build / git checkout version for stable build X-Git-Tag: v0.4~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f33f841172ac437a710319747f5baaefcf7e75;p=candi.git candi: updated git build / git checkout version for stable build --- diff --git a/candi.sh b/candi.sh index 009081f..c9080bf 100755 --- a/candi.sh +++ b/candi.sh @@ -125,7 +125,7 @@ package_fetch () { git pull cd .. fi - if [ ${STABLE_BUILD} = true ] && [${VERSION} != "git"]; then + if [ ${STABLE_BUILD} = true ]; then cd ${EXTRACTSTO} git checkout ${VERSION} fi