Re: [PATCH v3] removed use of 'echo -n' (and echo -n -e ...)

Subject: Re: [PATCH v3] removed use of 'echo -n' (and echo -n -e ...)

Date: Mon, 21 Feb 2022 09:39:31 -0400

To: Tomi Ollila, notmuch@notmuchmail.org

Cc:

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

> 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.

applied to master.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: