From efefc551b63f30b56f6b7106c54e477e09882dc8 Mon Sep 17 00:00:00 2001 From: SummerGift Date: Thu, 13 Sep 2018 11:21:55 +0800 Subject: [PATCH] [tools]: change the status code --- tools/kconfig-frontends/frontends/mconf/mconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kconfig-frontends/frontends/mconf/mconf.c b/tools/kconfig-frontends/frontends/mconf/mconf.c index f037e967de..23b19fe951 100644 --- a/tools/kconfig-frontends/frontends/mconf/mconf.c +++ b/tools/kconfig-frontends/frontends/mconf/mconf.c @@ -1058,7 +1058,7 @@ int main(int ac, char **av) conf_set_message_callback(NULL); av++; res = handle_exit(); - return 1; + return res; } do { -- GitLab