ash: move config stuff into ash.c, no code chages
[oweals/busybox.git] / shell / hush.c
index c5a8ea6171be79fe2e5e340ec6db6c04adeafc15..56a3f4b14a4c66455cf33c040e8e70f952fd7966 100644 (file)
 //config:      bool "hush"
 //config:      default y
 //config:      help
-//config:        hush is a small shell (22k). It handles the normal flow control
+//config:        hush is a small shell (25k). It handles the normal flow control
 //config:        constructs such as if/then/elif/else/fi, for/in/do/done, while loops,
 //config:        case/esac. Redirections, here documents, $((arithmetic))
 //config:        and functions are supported.