summaryrefslogtreecommitdiffstats
path: root/rules/bash.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
commit09bde04b33c51a977eb47681c5b7b05ef73dbc98 (patch)
tree805c11dee87c416c5a150cd3032ec13c04c1bc7a /rules/bash.in
parent066bf4859008dcf650766ff5c9c71e9362724bfe (diff)
downloadptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.gz
ptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.xz
Indent with <tab> not 8 <space>s.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4572 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bash.in')
-rw-r--r--rules/bash.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/bash.in b/rules/bash.in
index c4f1cfe46..d68438c9b 100644
--- a/rules/bash.in
+++ b/rules/bash.in
@@ -1,6 +1,6 @@
menuconfig BASH
bool "Bash "
- select GLIBC_DL
+ select GLIBC_DL
help
The GNU Bourne Again SHell
Bash is an sh-compatible command language interpreter that executes
@@ -37,14 +37,14 @@ config BASH_ALIASES
# prompt "Enable arithmetic for command"
# depends on BASH
# help "This does currently (bash-2.05b) not work properly and is deactivated in bash.make!"
-
+
config BASH_ARRAY
bool
prompt "Include shell array variables"
depends on BASH
config BASH_HISTORY
- bool
+ bool
prompt "Turn on csh-style history substitution"
depends on BASH
help
@@ -59,7 +59,7 @@ config BASH_BRACE
Brace expansion is a mechanism by which arbitrary
strings may be generated. This mechanism is similar
to pathname expansion, but the filenames generated
- need not exist.
+ need not exist.
#config BASH_CONDITIONAL
# bool
@@ -118,7 +118,7 @@ config BASH_LARGEFILES
FIXME: This item needs to be documented
config BASH_PROCSUBST
- bool
+ bool
prompt "Enable process substitution"
depends on BASH
help