diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index d80c717e7..920a85299 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 |