diff options
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 |