diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-06 22:13:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-06 22:13:37 +0200 |
commit | d427689eee559d5306db3ad379da90e0375d5e5f (patch) | |
tree | c3e1872ef0cb92074b6881edadfbb007b2e43e2b | |
parent | 7bb346f23c5f7a31f210fe95dcba093d0dc51571 (diff) | |
download | busybox-w32-d427689eee559d5306db3ad379da90e0375d5e5f.tar.gz busybox-w32-d427689eee559d5306db3ad379da90e0375d5e5f.tar.bz2 busybox-w32-d427689eee559d5306db3ad379da90e0375d5e5f.zip |
Fix english in build system
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index cf151933b..8d989b7b9 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -187,7 +187,7 @@ config HUSH_INTERACTIVE | |||
187 | help | 187 | help |
188 | Enable interactive mode (prompt and command editing). | 188 | Enable interactive mode (prompt and command editing). |
189 | Without this, hush simply reads and executes commands | 189 | Without this, hush simply reads and executes commands |
190 | from stdin just like a shell script from the file. | 190 | from stdin just like a shell script from a file. |
191 | No prompt, no PS1/PS2 magic shell variables. | 191 | No prompt, no PS1/PS2 magic shell variables. |
192 | 192 | ||
193 | config HUSH_JOB | 193 | config HUSH_JOB |