diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-11-01 10:28:04 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-11-01 10:28:04 +0100 |
commit | aa2959c90d9c3217ddb6f482b82fef7234ad9bde (patch) | |
tree | 2acd656bf9936d20102817256ad6ed87d7084894 /shell | |
parent | 4f2ef4a836be37b25808c94f41c7c85895db6f93 (diff) | |
download | busybox-w32-aa2959c90d9c3217ddb6f482b82fef7234ad9bde.tar.gz busybox-w32-aa2959c90d9c3217ddb6f482b82fef7234ad9bde.tar.bz2 busybox-w32-aa2959c90d9c3217ddb6f482b82fef7234ad9bde.zip |
claenups for previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/shell/ash.c b/shell/ash.c index 25468d796..3adb6d0d2 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -153,15 +153,10 @@ | |||
153 | //config: default y | 153 | //config: default y |
154 | //config: depends on ASH || SH_IS_ASH || BASH_IS_ASH | 154 | //config: depends on ASH || SH_IS_ASH || BASH_IS_ASH |
155 | //config: help | 155 | //config: help |
156 | //config: Allow scripts to be compressed and embedded in the BusyBox | 156 | //config: Allow scripts to be compressed and embedded in the busybox |
157 | //config: binary. The scripts should be placed in the 'embed' directory | 157 | //config: binary. The scripts should be placed in the 'embed' directory |
158 | //config: at build time. In standalone shell mode such scripts can be | 158 | //config: at build time. Like applets, scripts can be run as |
159 | //config: run directly and are subject to tab completion; otherwise they | 159 | //config: 'busybox SCRIPT ...' or by linking their name to the binary. |
160 | //config: can be run by giving their name as an argument to the shell. | ||
161 | //config: For convenience shell aliases are created. The '-L' shell | ||
162 | //config: argument lists the names of the scripts. Like applets scripts | ||
163 | //config: can be run as 'busybox name ...' or by linking their name to | ||
164 | //config: the binary. | ||
165 | //config: | 160 | //config: |
166 | //config:endif # ash options | 161 | //config:endif # ash options |
167 | 162 | ||