diff options
author | Ron Yorston <rmy@pobox.com> | 2022-10-13 15:25:04 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-10-13 15:41:04 +0100 |
commit | 2a487dd89a36f712b8d81058262da267b98f54ef (patch) | |
tree | 176e5cf968d14758c1e9866ab0a9b82af5df3879 /configs | |
parent | 596d83f29b13de5ced6b0ef95da019f0d46507bc (diff) | |
download | busybox-w32-2a487dd89a36f712b8d81058262da267b98f54ef.tar.gz busybox-w32-2a487dd89a36f712b8d81058262da267b98f54ef.tar.bz2 busybox-w32-2a487dd89a36f712b8d81058262da267b98f54ef.zip |
ash: disable the 'sleep' builtin in the default configuration
The sleep applet can call xfunc_die() in a variety of circumstances.
This makes the code unsuitable for use as a shell builtin. Disable
it in the default configuration.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 2 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 3c5584b1c..25e3a0371 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1156,7 +1156,7 @@ CONFIG_ASH_EXPAND_PRMT=y | |||
1156 | CONFIG_ASH_ECHO=y | 1156 | CONFIG_ASH_ECHO=y |
1157 | CONFIG_ASH_PRINTF=y | 1157 | CONFIG_ASH_PRINTF=y |
1158 | CONFIG_ASH_TEST=y | 1158 | CONFIG_ASH_TEST=y |
1159 | CONFIG_ASH_SLEEP=y | 1159 | # CONFIG_ASH_SLEEP is not set |
1160 | CONFIG_ASH_HELP=y | 1160 | CONFIG_ASH_HELP=y |
1161 | CONFIG_ASH_GETOPTS=y | 1161 | CONFIG_ASH_GETOPTS=y |
1162 | CONFIG_ASH_CMDCMD=y | 1162 | CONFIG_ASH_CMDCMD=y |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index a5ec5f37c..6889cbbb4 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -1156,7 +1156,7 @@ CONFIG_ASH_EXPAND_PRMT=y | |||
1156 | CONFIG_ASH_ECHO=y | 1156 | CONFIG_ASH_ECHO=y |
1157 | CONFIG_ASH_PRINTF=y | 1157 | CONFIG_ASH_PRINTF=y |
1158 | CONFIG_ASH_TEST=y | 1158 | CONFIG_ASH_TEST=y |
1159 | CONFIG_ASH_SLEEP=y | 1159 | # CONFIG_ASH_SLEEP is not set |
1160 | CONFIG_ASH_HELP=y | 1160 | CONFIG_ASH_HELP=y |
1161 | CONFIG_ASH_GETOPTS=y | 1161 | CONFIG_ASH_GETOPTS=y |
1162 | CONFIG_ASH_CMDCMD=y | 1162 | CONFIG_ASH_CMDCMD=y |