Enable "fancy echo," including echo -n and -e options.

This commit is contained in:
Stephen Heumann 2014-12-10 18:56:14 -06:00
parent aca9256f97
commit 038f37f9eb
1 changed files with 4 additions and 4 deletions

View File

@ -509,10 +509,10 @@
#define ENABLE_ECHO 0
#define IF_ECHO(x)
#define IF_NOT_ECHO(x) x
#undef CONFIG_FEATURE_FANCY_ECHO
#define ENABLE_FEATURE_FANCY_ECHO 0
#define IF_FEATURE_FANCY_ECHO(x)
#define IF_NOT_FEATURE_FANCY_ECHO(x) x
#define CONFIG_FEATURE_FANCY_ECHO 1
#define ENABLE_FEATURE_FANCY_ECHO 1
#define IF_FEATURE_FANCY_ECHO(x) x
#define IF_NOT_FEATURE_FANCY_ECHO(x)
#undef CONFIG_LS
#define ENABLE_LS 0