buildrootschalter/package/busybox
André Erdmann 2113ed46b2 sysv init scripts: remove gettext invocations
$"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@g' -i

Signed-off-by: André Erdmann <dywi@mailerd.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-10-26 18:51:00 +01:00
..
busybox-0001-networking-libiproute-use-linux-if_packet.h-instead-.patch busybox: support only one version 2014-07-10 16:40:38 +02:00
busybox-0002-busybox-1.22.1-ash.patch busybox: support only one version 2014-07-10 16:40:38 +02:00
busybox-0003-busybox-1.22.1-date.patch busybox: support only one version 2014-07-10 16:40:38 +02:00
busybox-0004-busybox-1.22.1-iplink.patch busybox: support only one version 2014-07-10 16:40:38 +02:00
busybox-0005-busybox-1.22.1-nc.patch busybox: support only one version 2014-07-10 16:40:38 +02:00
busybox-0006-lzop-add-overflow-check.patch busybox: add hash 2014-09-18 21:36:49 +02:00
busybox.config busybox: enable ash getopts 2014-08-06 19:53:01 +02:00
busybox.hash busybox: add hash 2014-09-18 21:36:49 +02:00
busybox.mk package: indentation cleanup 2014-10-26 05:47:05 +01:00
Config.in busybox: support only one version 2014-07-10 16:40:38 +02:00
mdev.conf
S01logging busybox: minor fixes to S01logging bootscript 2013-11-06 12:00:41 +01:00
S10mdev busybox: register mdev as hotplug helper when selected 2013-07-28 16:32:07 +02:00
S15watchdog sysv init scripts: remove gettext invocations 2014-10-26 18:51:00 +01:00
udhcpc.script busybox: udhcpc script: suppress useless error message 2014-01-16 09:14:34 +01:00