spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: d4c9e1926a5bded063225b582540f6851df0d86f
Parent: 67ebac14a6f8d685dcb96fdef8d55dfe6a191e07
Author: Sören Tempel
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