spm

Personal fork of spm (simple password manager)

commit 723efbe1941381df579c0c8b47f69513713a8fa6
parent 6698664c68629d21d3be662603d4b47e30ce543f
Author: Klemens Nanni <kl3@posteo.org>
Date: Mon, 16 May 2016 01:20:12 +0200

Do not print empty line on list command
1 file changed, 0 insertions(+), 1 deletion(-)
M
tpm.sh
|
1
-
diff --git a/tpm.sh b/tpm.sh
@@ -69,7 +69,6 @@ list() {
 
 	tree --noreport -l -C -- "${STORE_DIR}/${1}" \
 		| sed 's/.gpg$//g'
-	printf '\n'
 }
 
 del() {