diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-16 17:16:40 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-16 17:16:40 +0200 |
commit | 51ca7761a3579f3c3f7e771b39019e6e248a5171 (patch) | |
tree | 04621b8f401e5a478070e633fb2c086c05c99695 /shell/ash.c | |
parent | 5d26df6497505e8ed486bf3e3ba65d0d6f0daa15 (diff) | |
download | busybox-w32-51ca7761a3579f3c3f7e771b39019e6e248a5171.tar.gz busybox-w32-51ca7761a3579f3c3f7e771b39019e6e248a5171.tar.bz2 busybox-w32-51ca7761a3579f3c3f7e771b39019e6e248a5171.zip |
cttyhack: move build system bits into cttyhack.c, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 9b33e78ec..fd119fa51 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -179,6 +179,7 @@ | |||
179 | //config: "PS#" may contain volatile content, such as backquote commands. | 179 | //config: "PS#" may contain volatile content, such as backquote commands. |
180 | //config: This option recreates the prompt string from the environment | 180 | //config: This option recreates the prompt string from the environment |
181 | //config: variable each time it is displayed. | 181 | //config: variable each time it is displayed. |
182 | //config: | ||
182 | 183 | ||
183 | //usage:#define ash_trivial_usage NOUSAGE_STR | 184 | //usage:#define ash_trivial_usage NOUSAGE_STR |
184 | //usage:#define ash_full_usage "" | 185 | //usage:#define ash_full_usage "" |