This will allow to do not taint if not enabled Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx> --- commands/echo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/echo.c b/commands/echo.c index a19d992..566f5c2 100644 --- a/commands/echo.c +++ b/commands/echo.c @@ -66,11 +66,11 @@ static int do_echo(int argc, char *argv[]) goto no_optarg_out; optind++; break; -#ifdef CONFIG_CMD_ECHO_E case 'e': +#ifdef CONFIG_CMD_ECHO_E process_escape = 1; - break; #endif + break; default: goto exit_parse; } -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox