From: Uwe Köcher Date: Tue, 27 Jan 2015 11:41:09 +0000 (+0100) Subject: candi.sh: added additional switch for not checking out a release tag with git X-Git-Tag: v0.4~19 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5208cc3042f0fadf11d852e9c19111d24d68b62b;p=candi.git candi.sh: added additional switch for not checking out a release tag with git --- diff --git a/candi.sh b/candi.sh index eb01471..79deb5a 100755 --- a/candi.sh +++ b/candi.sh @@ -125,7 +125,7 @@ package_fetch () { git pull cd .. fi - if [ ${STABLE_BUILD} = true ]; then + if [ ${STABLE_BUILD} = true ] && [${VERSION} != "git"]; then cd ${EXTRACTSTO} git checkout ${VERSION} fi