Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /shell
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
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 8bdeb44ae..e1d93da73 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 b9ee59bd0..62dfb2bc2 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 2f55b92ea..8e632e0af 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