From 5208cc3042f0fadf11d852e9c19111d24d68b62b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Tue, 27 Jan 2015 12:41:09 +0100 Subject: [PATCH] candi.sh: added additional switch for not checking out a release tag with git --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5