Revert "Revert commit update to avoid gcc compiler bug."

This reverts commit 2b7ab4632b.
This commit is contained in:
Christopher Jeffrey 2014-12-09 15:14:53 -08:00
parent b8ab346349
commit a9f8c13d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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.'