From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package: Replace 'echo -n' by 'printf'
Date: Sun, 04 Oct 2015 00:59:26 +0200 [thread overview]
Message-ID: <87vbany2wh.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1443907797-26050-1-git-send-email-maxime.hadjinlian@gmail.com> (Maxime Hadjinlian's message of "Sat, 3 Oct 2015 23:29:57 +0200")
>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:
> 'echo -n' is not a POSIX construct (no flag support), we shoud use
> 'printf', especially in init script.
> This patch was generated by the following command line:
> git grep -l 'echo -n' -- `git ls-files | grep -v 'patch'` | xargs sed -i 's/echo -n/printf/'
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2015-10-03 22:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-03 21:29 [Buildroot] [PATCH] package: Replace 'echo -n' by 'printf' Maxime Hadjinlian
2015-10-03 21:44 ` Arnout Vandecappelle
2015-10-03 22:59 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vbany2wh.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.