diff options
author | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /shell | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-5353df91cba7b397b9407701681708d0a1518df6.zip busybox-5353df91cba7b397b9407701681708d0a1518df6.tar.gz |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 2 | ||||
-rw-r--r-- | shell/cttyhack.c | 2 | ||||
-rw-r--r-- | shell/hush.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c index 8bdeb44..e1d93da 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -20,7 +20,7 @@ //config: depends on !NOMMU //config: //config:config ASH -//config: bool "ash (78 kb)" +//config: bool "ash (80 kb)" //config: default y //config: depends on !NOMMU //config: select SHELL_ASH diff --git a/shell/cttyhack.c b/shell/cttyhack.c index b9ee59b..62dfb2b 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.4 kb)" +//config: bool "cttyhack (2.7 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 2f55b92..8e632e0 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -91,7 +91,7 @@ * in word = GLOB, quoting should be significant on char-by-char basis: a*cd"*" */ //config:config HUSH -//config: bool "hush (68 kb)" +//config: bool "hush (70 kb)" //config: default y //config: select SHELL_HUSH //config: help |