menuconfig: let make not report error when not save configuration
[platform/adaptation/renesas_rcar/renesas_kernel.git] / scripts / kconfig / mconf.c
index 19e200d..86cd1ea 100644 (file)
@@ -830,6 +830,7 @@ static int handle_exit(void)
                fprintf(stderr, _("\n\n"
                                  "Your configuration changes were NOT saved."
                                  "\n\n"));
+               res = 0;
        }
 
        return res;