spm

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

commit d4c9e1926a5bded063225b582540f6851df0d86f
parent 67ebac14a6f8d685dcb96fdef8d55dfe6a191e07
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date:   Sun, 28 Jun 2015 01:27:48 +0200

Don't use variables in the printf format string

Diffstat:
Mtpm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpm b/tpm @@ -44,7 +44,7 @@ abort() { readpw() { if [ -t 0 ]; then - printf "${1}" + printf "%s" "${1}" stty -echo fi