From d5f33f841172ac437a710319747f5baaefcf7e75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Thu, 28 May 2015 23:50:35 +0200 Subject: [PATCH] candi: updated git build / git checkout version for stable build --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5