Commit: 723efbe1941381df579c0c8b47f69513713a8fa6 Parent: 6698664c68629d21d3be662603d4b47e30ce543f Author: Klemens Nanni Date: Mon, 16 May 2016 01:20:12 +0200 Do not print empty line on list command Diffstat:
M | tpm.sh | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
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() {