aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-05 13:25:11 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-05 13:25:11 +0000
commitbef14d7a878049a01f1fb9b412611a2d64c2b154 (patch)
tree064bf486a768a14ca0f9d583e1e6d0608c9c8b32 /shell/Config.in
parent10a1fe6169cc0c1868715f5baf752b818cdfdc1c (diff)
downloadbusybox-w32-bef14d7a878049a01f1fb9b412611a2d64c2b154.tar.gz
busybox-w32-bef14d7a878049a01f1fb9b412611a2d64c2b154.tar.bz2
busybox-w32-bef14d7a878049a01f1fb9b412611a2d64c2b154.zip
1) sync with dash_0.5.2-7
2) but expand PS# as config option 3) correct kill error message again 4) remove show "line number" for interactive run (patch pending for dash)
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 813044e2c..f9fb8488f 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -143,6 +143,15 @@ config CONFIG_ASH_RANDOM_SUPPORT
143 After "unset RANDOM" then generator will switch off and this 143 After "unset RANDOM" then generator will switch off and this
144 variable will no longer have special treatment. 144 variable will no longer have special treatment.
145 145
146config CONFIG_ASH_EXPAND_PRMT
147 bool " Support expand PS#"
148 default n
149 depends on CONFIG_ASH
150 help
151 "PS#" may be have commands. It option enable expand string
152 from prompt before each show.
153
154
146config CONFIG_HUSH 155config CONFIG_HUSH
147 bool "hush" 156 bool "hush"
148 default n 157 default n