spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 660851462a83225e2d62bbdd91ef34506312826c
parent 0cbf53fa013a73364442d17c58031f83d6457e82
Author: Klemens Nanni <kl3@posteo.org>
Date:   Sat, 12 Mar 2016 18:49:09 +0100

No need to declare password variable

Diffstat:
Mtpm | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/tpm b/tpm @@ -57,7 +57,6 @@ insert() { [ -e "${STORE_DIR}"/"${1}".gpg ] \ && abort 'The existent entry must be removed first.' - password="" readpw "Password for '${1}': " password [ -t 0 ] && printf '\n'