diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-05 13:25:11 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-05 13:25:11 +0000 |
commit | 072a54c487731f37f2031a4de0e67c1d1531cf6c (patch) | |
tree | 064bf486a768a14ca0f9d583e1e6d0608c9c8b32 /shell/Config.in | |
parent | 3ab286f53912b4d14259b26b7ee02d3af17e67cc (diff) | |
download | busybox-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.in | 9 |
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 | ||
146 | config 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 | |||
146 | config CONFIG_HUSH | 155 | config CONFIG_HUSH |
147 | bool "hush" | 156 | bool "hush" |
148 | default n | 157 | default n |