checkout last commit.

This commit is contained in:
Christopher Jeffrey 2014-12-06 17:22:48 -08:00
parent 369df99f50
commit fda6c5444e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ patch_file="$(pwd)/libbitcoind.patch"
cd "$dir" || exit 1
if test -e .git; then
git checkout 4383319e4e0cb96818d2be734f7280181daac9fa
git checkout -b "libbitcoind-$(date '+%Y.%m.%d')" || exit 1
fi