Fixed quoted boolean value.

This commit is contained in:
Chris Kleeschulte 2015-07-23 16:59:13 -04:00
parent fab5ac4158
commit 191fc22434

View File

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