Skip to content

Commit bf10553

Browse files
committed
ask_password: fix output of backends being checked
it would only display the first entry that way. Possible limitation of _verbose()
1 parent 9949196 commit bf10553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tomb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ ask_password() {
522522
;;
523523
esac
524524
fi
525-
_verbose "Checking backends '${backends[@]}'"
525+
_verbose "Checking backends '${backends}'"
526526

527527
for backend in "${backends[@]}"; do
528528
pinentry="$(which pinentry-$backend)"

0 commit comments

Comments
 (0)