spm

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

commit 7fb7e5e9ddba4fcae1043ccfd803746fc70287e9
parent a94f0f3c3d4cc69601f6dda7760bd0c6c6980315
Author: Klemens Nanni <kl3@posteo.org>
Date:   Wed,  1 Jun 2016 18:29:25 +0200

Remove debug echo

This line has been used for debugging purposes only and obviously
doesn't belong into spm(1).

Thanks to Svyatoslav Mishyn <juef@openmailbox.org> for reporting this.

Diffstat:
Mspm.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/spm.sh b/spm.sh @@ -30,7 +30,6 @@ die() { } gpg() { - echo "_${PASSWORD_STORE_KEY}_" if [ -z "${PASSWORD_STORE_KEY}" ]; then gpg2 ${GPG_OPTS} --default-recipient-self "${@}" else