aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-13 18:31:29 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-13 18:31:29 +0100
commit85d286efc8578d6b11eaf9ffee3edf3717530a23 (patch)
treebf7c495a586cce9c928e439c3685efe1728e6615
parent25d9b91d94688b9b022224b95c06cbd4b75da085 (diff)
downloadbusybox-w32-85d286efc8578d6b11eaf9ffee3edf3717530a23.tar.gz
busybox-w32-85d286efc8578d6b11eaf9ffee3edf3717530a23.tar.bz2
busybox-w32-85d286efc8578d6b11eaf9ffee3edf3717530a23.zip
ash: remove config items for read options which are no longer optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/Config.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 8a2654071..3b1650615 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -59,23 +59,6 @@ config ASH_JOB_CONTROL
59 help 59 help
60 Enable job control in the ash shell. 60 Enable job control in the ash shell.
61 61
62config ASH_READ_NCHARS
63 bool "'read -n N' and 'read -s' support"
64 default n
65 depends on ASH
66 help
67 'read -n N' will return a value after N characters have been read.
68 'read -s' will read without echoing the user's input.
69
70config ASH_READ_TIMEOUT
71 bool "'read -t S' support"
72 default n
73 depends on ASH
74 help
75 'read -t S' will return a value after S seconds have passed.
76 This implementation will allow fractional seconds, expressed
77 as a decimal fraction, e.g. 'read -t 2.5 foo'.
78
79config ASH_ALIAS 62config ASH_ALIAS
80 bool "alias support" 63 bool "alias support"
81 default y 64 default y