Explorar el Código

[tools]: change the status code

SummerGift hace 6 años
padre
commit
efefc551b6
Se han modificado 1 ficheros con 1 adiciones y 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 {