diff options
author | "Vladimir N. Oleynik" | 2005-09-05 13:25:11 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-09-05 13:25:11 +0000 |
commit | bef14d7a878049a01f1fb9b412611a2d64c2b154 (patch) | |
tree | 064bf486a768a14ca0f9d583e1e6d0608c9c8b32 /shell/Config.in | |
parent | 10a1fe6169cc0c1868715f5baf752b818cdfdc1c (diff) | |
download | busybox-bef14d7a878049a01f1fb9b412611a2d64c2b154.zip busybox-bef14d7a878049a01f1fb9b412611a2d64c2b154.tar.gz |
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.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 813044e..f9fb848 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -143,6 +143,15 @@ config CONFIG_ASH_RANDOM_SUPPORT After "unset RANDOM" then generator will switch off and this variable will no longer have special treatment. +config CONFIG_ASH_EXPAND_PRMT + bool " Support expand PS#" + default n + depends on CONFIG_ASH + help + "PS#" may be have commands. It option enable expand string + from prompt before each show. + + config CONFIG_HUSH bool "hush" default n |