---
 src/password-store.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/password-store.sh b/src/password-store.sh
index b6a13a2..8a652ed 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -75,7 +75,7 @@ git_add_file() {
 }
 yesno() {
        read -p "$1 [y/N] " response
-       [[ $response == "y" || $response == "Y" ]] || exit 1
+       [[ $response == [yY] ]] || exit 1
 }
 #
 # BEGIN Platform definable
--
1.8.4

_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to