spm

Personal fork of spm (simple password manager)

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
1 file changed, 0 insertions(+), 1 deletion(-)
M
tpm
|
1
-
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'