default y
depends on CONFIG_ASH
help
- Compile ash for reduced size at price of speed.
+ Compile ash for reduced size at the price of speed.
config CONFIG_ASH_RANDOM_SUPPORT
bool " Enable pseudorandom generator and variable $RANDOM"
variable will no longer have special treatment.
config CONFIG_ASH_EXPAND_PRMT
- bool " Support expand PS#"
+ bool " Expand prompt string"
default n
depends on CONFIG_ASH
help
- "PS#" may be have commands. It option enable expand string
- from prompt before each show.
-
+ "PS#" may be contain volatile content, such as backquote commands.
+ This option recreates the prompt string from the environment
+ variable each time it is displayed.
config CONFIG_HUSH
bool "hush"