diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-14 20:33:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-14 20:33:45 +0000 |
commit | 1eda52851fdaf517b579d4dab11503b98de6d648 (patch) | |
tree | 302cbc7902d69d25c1251dc427f9974c94ec3dfb /package/bash/Config.in | |
parent | 5284494abe3b4f13e0d44acb0116ed8bb6d11cb4 (diff) | |
download | buildroot-novena-1eda52851fdaf517b579d4dab11503b98de6d648.tar.gz buildroot-novena-1eda52851fdaf517b579d4dab11503b98de6d648.zip |
help text
Diffstat (limited to 'package/bash/Config.in')
-rw-r--r-- | package/bash/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/bash/Config.in b/package/bash/Config.in index b2aa0a30b..8b39c21ac 100644 --- a/package/bash/Config.in +++ b/package/bash/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_BASH - bool"bash" + bool "bash" default n help - Add help text here. + The standard GNU Bourne again shell. + http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html |