From 191fc22434b60a812d698cbdaa0f147ab0f8ed1c Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Thu, 23 Jul 2015 16:59:13 -0400 Subject: [PATCH] Fixed quoted boolean value. --- bin/build-libbitcoind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-libbitcoind b/bin/build-libbitcoind index b2b6b782..6ba69f21 100755 --- a/bin/build-libbitcoind +++ b/bin/build-libbitcoind @@ -48,7 +48,7 @@ if [ -d "${root_dir}/libbitcoind" ]; then ${root_dir}/etc/bitcoin.patch." echo -n "Would you like to remove the current patch, checkout the tag: ${tag} and \ apply the current patch from "${root_dir}"/etc/bitcoin.patch? (y/N): " - if [ $ASSUME_YES = true ]; then + if [ "${BITCOINDJS_ASSUME_YES}" = true ]; then input=y echo "" else