]> git.notmuchmail.org Git - notmuch/commit
removed use of 'echo -n' (and echo -n -e ...)
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 20 Feb 2022 22:30:45 +0000 (00:30 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 21 Feb 2022 13:36:39 +0000 (09:36 -0400)
commit08da7f25e5ebf6536002c9a544d687a1d28aea3e
treeef06e62e06dcead57cc24e6deb7ed8fdf98c9a5f
parent999706c4d506f77fcef2a3d5d1c6bfe65c8db791
removed use of 'echo -n' (and echo -n -e ...)

In most cases used printf %s ... instead.

echo -n > file  lines to create empty / truncate files were
changed to : > file lines, like done in in test-lib-emacs.sh

And one echo -n "  " replaced with use of sed "s/^/  /" in next line.
Makefile.local
devel/release-checks.sh
test/T090-search-output.sh
test/T190-multipart.sh
test/T380-atomicity.sh