summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko2018-12-28 03:20:17 +0100
committerDenys Vlasenko2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /shell
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip
busybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
-rw-r--r--shell/cttyhack.c2
-rw-r--r--shell/hush.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c
index a01c8fa..a284b08 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -16,7 +16,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config ASH
-//config: bool "ash (77 kb)"
+//config: bool "ash (78 kb)"
//config: default y
//config: depends on !NOMMU
//config: help
diff --git a/shell/cttyhack.c b/shell/cttyhack.c
index ec1b6c4..b9ee59b 100644
--- a/shell/cttyhack.c
+++ b/shell/cttyhack.c
@@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config CTTYHACK
-//config: bool "cttyhack (2.5 kb)"
+//config: bool "cttyhack (2.4 kb)"
//config: default y
//config: help
//config: One common problem reported on the mailing list is the "can't
diff --git a/shell/hush.c b/shell/hush.c
index d80c717..920a852 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -93,7 +93,7 @@
* add =~ regex match operator: STR =~ REGEX
*/
//config:config HUSH
-//config: bool "hush (64 kb)"
+//config: bool "hush (68 kb)"
//config: default y
//config: help
//config: hush is a small shell. It handles the normal flow control