spm

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

Commit: 139f0f3542125dea332b2b38f65d57f32255affc
Parent: 7e01e61a8393db30c9971cc5ba48376f6cd742b1
Author: nmeum
Date:   Sun,  4 May 2014 12:29:40 +0200

Set IFS to empty string

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

diff --git a/tpm b/tpm @@ -55,7 +55,7 @@ insert() { echo "This entry already exists it will be overwritten." fi - IFS= read -p "Password for '${entry_name}': " -r -s password + IFS="" read -p "Password for '${entry_name}': " -r -s password [[ -t 0 ]] && echo if [[ -z "${password}" ]]; then