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 /shell | |
parent | 7bb346f23c5f7a31f210fe95dcba093d0dc51571 (diff) | |
download | busybox-d427689eee559d5306db3ad379da90e0375d5e5f.tar.gz |
Fix english in build system
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-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 help Enable interactive mode (prompt and command editing). Without this, hush simply reads and executes commands - from stdin just like a shell script from the file. + from stdin just like a shell script from a file. No prompt, no PS1/PS2 magic shell variables. config HUSH_JOB |