Skip to content

Commit 0aa4b72

Browse files
authored
Merge pull request #1801 from SummerGGift/change_status_code
[tools]: change the status code
2 parents 6ce2071 + efefc55 commit 0aa4b72

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)