diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-12 01:24:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-12 01:24:32 +0200 |
commit | 7c3e96d4b3d419d76f97e17d42a4401ee685b7ec (patch) | |
tree | f52e708d297940c0befd7a330e229332f3389ff5 /shell | |
parent | f4fcd74a6e3d5cd2ec44cd6ce90be8a0ed108467 (diff) | |
download | busybox-w32-7c3e96d4b3d419d76f97e17d42a4401ee685b7ec.tar.gz busybox-w32-7c3e96d4b3d419d76f97e17d42a4401ee685b7ec.tar.bz2 busybox-w32-7c3e96d4b3d419d76f97e17d42a4401ee685b7ec.zip |
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-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 7156297cf..38d924a3f 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -373,7 +373,7 @@ | |||
373 | # define F_DUPFD_CLOEXEC F_DUPFD | 373 | # define F_DUPFD_CLOEXEC F_DUPFD |
374 | #endif | 374 | #endif |
375 | 375 | ||
376 | #if ENABLE_FEATURE_SH_EMBEDDED_SCRIPTS && !(ENABLE_ASH || ENABLE_SH_IS_ASH || ENABLE_BASH_IS_ASH) | 376 | #if ENABLE_FEATURE_SH_EMBEDDED_SCRIPTS && !ENABLE_SHELL_ASH |
377 | # include "embedded_scripts.h" | 377 | # include "embedded_scripts.h" |
378 | #else | 378 | #else |
379 | # define NUM_SCRIPTS 0 | 379 | # define NUM_SCRIPTS 0 |