Explorar o código

[tools]: change the status code

SummerGift %!s(int64=7) %!d(string=hai) anos
pai
achega
efefc551b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/kconfig-frontends/frontends/mconf/mconf.c

+ 1 - 1
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 {