spm

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

Commit: a13749a21c14416087667eeec3b0f4977d3d8d70
Parent: 7b62edde2700f68278029d896397b951db284671
Author: Sören Tempel
Date:   Sun, 30 Nov 2014 12:55:19 +0100

Revert "Set IFS to empty string"

This reverts commit 139f0f3542125dea332b2b38f65d57f32255affc.

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

diff --git a/tpm b/tpm @@ -59,7 +59,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