summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 19:08:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 19:08:12 +0200
commit6140bc136fcbe304eab9342550dea33996139a2d (patch)
tree63acd46cc930d2d82611e03086d2135740c4d837
parent28f717aa80e3e4391920d2592135805d50096864 (diff)
downloadptxdist-6140bc136fcbe304eab9342550dea33996139a2d.tar.gz
ptxdist-6140bc136fcbe304eab9342550dea33996139a2d.tar.xz
bash: force enable broken option
otherwise building fails with: execute_cmd.c: In function 'executing_line_number': execute_cmd.c:318:7: error: expected '}' before 'else' execute_cmd.c: At top level: execute_cmd.c:328:3: error: expected identifier or '(' before 'else' execute_cmd.c:330:1: error: expected identifier or '(' before '}' token make[1]: *** [execute_cmd.o] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/bash.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/bash.in b/rules/bash.in
index 7ef65a91b..8295ad532 100644
--- a/rules/bash.in
+++ b/rules/bash.in
@@ -4,6 +4,8 @@ menuconfig BASH
select LIBC_DL
select GCCLIBS_GCC_S
select NCURSES if BASH_CURSES
+ # disabling this is currently broken
+ select BASH_CONDITIONAL
help
The GNU Bourne Again SHell
Bash is an sh-compatible command language interpreter that executes