Commit 6dd6551e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] kconfig: fix menuconfig exit code

From: Sam Ravnborg <sam@ravnborg.org>

If the user decides to not write the config file out, menuconfig exits with
a non-zero code.  This causes make to allege that there was an error.
parent ded29eb1
......@@ -800,7 +800,6 @@ int main(int ac, char **av)
fprintf(stderr, "\n\n"
"Your kernel configuration changes were NOT saved."
"\n\n");
return 1;
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment