From fda6c5444ebab6f0b48fcf8313aadada9ea41001 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 6 Dec 2014 17:22:48 -0800 Subject: [PATCH] checkout last commit. --- patch-bitcoin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch-bitcoin.sh b/patch-bitcoin.sh index b380a08b..a04a75e9 100755 --- a/patch-bitcoin.sh +++ b/patch-bitcoin.sh @@ -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