From da590fb50e84acfe1e87a872d66915802c719f36 Mon Sep 17 00:00:00 2001 From: Narrat Date: Sat, 21 Nov 2020 22:26:42 +0100 Subject: [PATCH] Fix typo calling pinentry_assuan_getpass Affected the use of Tomb without DISPLAY and pinentry-curses. Fixes #393 --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index 1ea50cf..484f32f 100755 --- a/tomb +++ b/tomb @@ -426,7 +426,7 @@ ask_password() { _verbose "no display detected" _is_found "pinentry-curses" && { _verbose "using pinentry-curses with no display" - output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) + output=$(pinentry_assuan_getpass | pinentry-curses) pass_asked=1 } fi