From adc0321b11107c9770ccc7a522ffca4b65b1729a Mon Sep 17 00:00:00 2001 From: Jeremy Brubaker Date: Fri, 10 Jun 2022 09:50:09 -0400 Subject: Reset 'REPEAT' after completing 'GETPIN' Calling 'SETREPEAT' applies only to the next call of 'GETPIN'. Once a PIN is successfully confiremd, the next call to 'GETPIN' is *not* confirmed by default --- anypinentry | 1 + 1 file changed, 1 insertion(+) diff --git a/anypinentry b/anypinentry index e17bab0..0742281 100755 --- a/anypinentry +++ b/anypinentry @@ -91,6 +91,7 @@ password_prompt() { else cancelled_error; fi; + repeat= } # :: OK | ERR -- cgit v1.3.1