spm

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

commit a13749a21c14416087667eeec3b0f4977d3d8d70
parent 7b62edde2700f68278029d896397b951db284671
Author: Sören Tempel <git+mail@soeren-tempel.net>
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