From c1eaeb62f65745a24a0f4f17756fc31b09858685 Mon Sep 17 00:00:00 2001 From: abma Date: Sat, 27 Jul 2013 02:37:32 +0200 Subject: [PATCH] try to fix error --- buildbot/mingwlibs_boost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/mingwlibs_boost.sh b/buildbot/mingwlibs_boost.sh index 4f3f24a7..9ebc425f 100755 --- a/buildbot/mingwlibs_boost.sh +++ b/buildbot/mingwlibs_boost.sh @@ -41,7 +41,7 @@ echo "-- clone git repo" git clone -l -s -n . ${MINGWLIBS_DIR} cd ${MINGWLIBS_DIR} git fetch -git checkout master +git checkout -f master # Setup final structure