password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit ea0572cf2cf4980555c7f1dc4cbf9c0962041a6c
parent f4a7d9ed71a8bc415be08bd709002b3ac0913654
Author: Tom Vincent <pass@tlvince.com>
Date:   Thu, 31 Oct 2013 16:05:45 +0000

Prefer bash parameter expansion over basename(1)

Diffstat:
Msrc/password-store.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/password-store.sh b/src/password-store.sh @@ -158,7 +158,7 @@ SHRED="shred -f -z" # END Platform definable # -program="$(basename "$0")" +program="${0##*/}" command="$1" if is_command "$command"; then shift