Prechádzať zdrojové kódy

Merge pull request #1801 from SummerGGift/change_status_code

[tools]: change the status code
Bernard Xiong 7 rokov pred
rodič
commit
0aa4b72b45

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