aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 16:09:31 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 16:09:31 +0200
commiteae12688c9bb056b21e4e62fc295be5ebdcb8b7b (patch)
tree785eeede5f3c288a510bbd74fe52e1c216155284 /shell/Config.src
parent82dcc3bff97b08db227610596a54574783f69631 (diff)
downloadbusybox-w32-eae12688c9bb056b21e4e62fc295be5ebdcb8b7b.tar.gz
busybox-w32-eae12688c9bb056b21e4e62fc295be5ebdcb8b7b.tar.bz2
busybox-w32-eae12688c9bb056b21e4e62fc295be5ebdcb8b7b.zip
shell: optional support for read -t N.NNN, closes 10101
function old new delta shell_builtin_read 1097 1277 +180 dump_procs 353 359 +6 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/Config.src')
-rw-r--r--shell/Config.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/Config.src b/shell/Config.src
index ccb1b15fe..0dbf304ae 100644
--- a/shell/Config.src
+++ b/shell/Config.src
@@ -145,6 +145,13 @@ config FEATURE_SH_NOFORK
145 This feature is relatively new. Use with care. Report bugs 145 This feature is relatively new. Use with care. Report bugs
146 to project mailing list. 146 to project mailing list.
147 147
148config FEATURE_SH_READ_FRAC
149 bool "read -t N.NNN support (+110 bytes)"
150 default y
151 depends on ASH || HUSH || SH_IS_ASH || BASH_IS_ASH || SH_IS_HUSH || BASH_IS_HUSH
152 help
153 Enable support for fractional second timeout in read builtin.
154
148config FEATURE_SH_HISTFILESIZE 155config FEATURE_SH_HISTFILESIZE
149 bool "Use $HISTFILESIZE" 156 bool "Use $HISTFILESIZE"
150 default y 157 default y