Skip to content

Commit efefc55

Browse files
committed
[tools]: change the status code
1 parent c831fae commit efefc55

File tree

1 file changed

+1
-1
lines changed
  • tools/kconfig-frontends/frontends/mconf

1 file changed

+1
-1
lines changed

tools/kconfig-frontends/frontends/mconf/mconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ int main(int ac, char **av)
10581058
conf_set_message_callback(NULL);
10591059
av++;
10601060
res = handle_exit();
1061-
return 1;
1061+
return res;
10621062
}
10631063

10641064
do {

0 commit comments

Comments
 (0)