aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-05 13:25:11 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-05 13:25:11 +0000
commit072a54c487731f37f2031a4de0e67c1d1531cf6c (patch)
tree064bf486a768a14ca0f9d583e1e6d0608c9c8b32 /shell/Config.in
parent3ab286f53912b4d14259b26b7ee02d3af17e67cc (diff)
downloadbusybox-w32-072a54c487731f37f2031a4de0e67c1d1531cf6c.tar.gz
busybox-w32-072a54c487731f37f2031a4de0e67c1d1531cf6c.tar.bz2
busybox-w32-072a54c487731f37f2031a4de0e67c1d1531cf6c.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) git-svn-id: svn://busybox.net/trunk/busybox@11331 69ca8d6d-28ef-0310-b511-8ec308f3f277
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