Commit: 660851462a83225e2d62bbdd91ef34506312826c Parent: 0cbf53fa013a73364442d17c58031f83d6457e82 Author: Klemens Nanni Date: Sat, 12 Mar 2016 18:49:09 +0100 No need to declare password variable Diffstat:
M | tpm | | | 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'