Fixed quoted boolean value.
This commit is contained in:
parent
fab5ac4158
commit
191fc22434
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user