From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] sysv init scripts: remove gettext invocations
Date: Sun, 26 Oct 2014 18:53:16 +0100 [thread overview]
Message-ID: <20141026185316.602130d1@free-electrons.com> (raw)
In-Reply-To: <1414345306-27184-2-git-send-email-dywi@mailerd.de>
Dear Andr? Erdmann,
On Sun, 26 Oct 2014 18:41:44 +0100, Andr? Erdmann wrote:
> $"str" is supposed to translate str (depending on the current locale).
> In ash/dash/..., it cannot be expanded, so commands like
>
> echo $"Usage: $0 start|stop"
>
> are printed as '$Usage: SCRIPT start|stop' in [d]ash,
> and as 'Usage: SCRIPT start|stop' in bash.
>
> This patch removes the '$' in front of '"'.
>
> Command(s) used for editing:
>
> find . -type f -name '[SK][0-9][0-9]*' | \
> xargs sed -r -e 's@[$](["])@\1 at g' -i
>
> Signed-off-by: Andr? Erdmann <dywi@mailerd.de>
> ---
> package/busybox/S15watchdog | 2 +-
> package/inadyn/S70inadyn | 2 +-
> package/netatalk/S50netatalk | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-10-26 17:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-26 17:41 [Buildroot] [PATCH 1/4] sysv init scripts: fix == bashism André Erdmann
2014-10-26 17:41 ` [Buildroot] [PATCH 2/4] sysv init scripts: remove gettext invocations André Erdmann
2014-10-26 17:53 ` Thomas Petazzoni [this message]
2014-10-26 17:41 ` [Buildroot] [PATCH 3/4] sysv init scripts: replace &>/dev/null redirection André Erdmann
2014-10-26 17:53 ` Thomas Petazzoni
2014-10-26 17:41 ` [Buildroot] [PATCH 4/4] sysv init scripts: use symbolic names in trap command André Erdmann
2014-10-26 17:53 ` Thomas Petazzoni
2014-11-11 13:12 ` [Buildroot] [PATCH 1/4] sysv init scripts: fix == bashism Gustavo Zacarias
2014-11-11 22:09 ` Peter Korsgaard
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=20141026185316.602130d1@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox