diff options
Diffstat (limited to 'common/cli.c')
-rw-r--r-- | common/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cli.c b/common/cli.c index ba45dad2db..9451e6a142 100644 --- a/common/cli.c +++ b/common/cli.c @@ -31,7 +31,7 @@ */ int run_command(const char *cmd, int flag) { -#if !CONFIG_IS_ENABLED(HUSH_PARSER) +#if !IS_ENABLED(CONFIG_HUSH_PARSER) /* * cli_run_command can return 0 or 1 for success, so clean up * its result. |