From a50fb37ba062b63049fb2354ac9b4ce2afa89b9a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 11 Dec 2013 17:24:22 +1300 Subject: Add another pattern to nobatch --- bash/bashrc.d/gnupg.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/gnupg.bash') diff --git a/bash/bashrc.d/gnupg.bash b/bash/bashrc.d/gnupg.bash index 79e43776..8eac0439 100644 --- a/bash/bashrc.d/gnupg.bash +++ b/bash/bashrc.d/gnupg.bash @@ -6,7 +6,7 @@ fi # Wrapper around gpg(1) to stop ``--batch'' breaking things gpg() { case $* in - *--ed*|*--sign-k*) + *--ed*|*--gen-k*|*--sign-k*) command gpg --no-batch "$@" ;; *) -- cgit v1.2.3