diff options
author | Denys Vlasenko | 2017-07-17 21:47:27 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-17 21:47:27 +0200 |
commit | 6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c (patch) | |
tree | 05b97a2336988e8e5da4abc79d21db84885f77c4 /shell/hush.c | |
parent | 6b48e1f1212300464c17c8317f5faddf6b414a4c (diff) | |
download | busybox-6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c.zip busybox-6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c.tar.gz |
hush: HUSH_READONLY depends on HUSH
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index 1961c98..4b71344 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -241,6 +241,7 @@ //config:config HUSH_READONLY //config: bool "readonly builtin" //config: default y +//config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH //config: help //config: Enable support for read-only variables. //config: |