Commit: 4a52711d0587917b0e44209f19291251d56b18e0 Parent: 51773096ae96015e98357ee1f6b04bcec5702fe1 Author: Klemens Nanni Date: Fri, 3 Jun 2016 16:58:49 +0200 Print cosmetic newline at end of del() Diffstat:
M | spm.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/spm.sh b/spm.sh @@ -84,6 +84,7 @@ list() { del() { _find "${1}" rm -i "${ENTRY}" + printf '\n' } show() {