shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cbe0b7fb59
commit
69d1f45c16
@ -250,6 +250,14 @@ config HUSH_EXPORT_N
|
|||||||
help
|
help
|
||||||
Enable support for export '-n' option in hush. It is a bash extension.
|
Enable support for export '-n' option in hush. It is a bash extension.
|
||||||
|
|
||||||
|
config HUSH_RANDOM_SUPPORT
|
||||||
|
bool "Pseudorandom generator and $RANDOM variable"
|
||||||
|
default n
|
||||||
|
depends on HUSH
|
||||||
|
help
|
||||||
|
Enable pseudorandom generator and dynamic variable "$RANDOM".
|
||||||
|
Each read of "$RANDOM" will generate a new pseudorandom value.
|
||||||
|
|
||||||
config LASH
|
config LASH
|
||||||
bool "lash (deprecated: aliased to hush)"
|
bool "lash (deprecated: aliased to hush)"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user