From 506424edd93877ca9ded77d340f1b717808ecd68 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Fri, 1 Jan 2016 14:42:20 +0300 Subject: [PATCH] Fix for checking out the latest version of build script --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index c40ff2529..ea70d9d6e 100755 --- a/compile.sh +++ b/compile.sh @@ -78,7 +78,7 @@ apt-get -qq -y --no-install-recommends install git if [[ ! -d $SRC/lib ]]; then git clone https://github.com/igorpecovnik/lib fi -cd $SRC/lib; git pull; git checkout ${LIB_TAG:- HEAD} +cd $SRC/lib; git pull; git checkout ${LIB_TAG:- master} #-------------------------------------------------------------------------------------------------------------------------------- # Do we need to build all images