From a9f8c13d0c3c27c310d73e52c336dc3b1696e1fa Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 9 Dec 2014 15:14:53 -0800 Subject: [PATCH] Revert "Revert commit update to avoid gcc compiler bug." This reverts commit 2b7ab4632b7b147dd54d4efffb63d7b26633cfea. --- bin/patch-bitcoin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/patch-bitcoin b/bin/patch-bitcoin index b1b1e1e6..7e23ec4e 100755 --- a/bin/patch-bitcoin +++ b/bin/patch-bitcoin @@ -13,7 +13,7 @@ if ! test -d .git; then exit 1 fi -git checkout 4383319e4e0cb96818d2be734f7280181daac9fa +git checkout 0a1d03ca5265293e6419b0ffb68d277da6b1d9a0 if test $? -ne 0; then echo 'Unable to checkout necessary commit.' echo 'Please pull the latest HEAD from the upstream bitcoin repo.'