]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - scripts/kconfig/mconf.c
kconfig: make parent directories for the saved .config as needed
[mirror_ubuntu-focal-kernel.git] / scripts / kconfig / mconf.c
index 5f8c82a4cb08c1e877d8054db9bc857640c4aaca..694091f3ef9d29cd1c36326a11aba3c4a54685d9 100644 (file)
@@ -936,7 +936,7 @@ static void conf_save(void)
                                set_config_filename(dialog_input_result);
                                return;
                        }
-                       show_textbox(NULL, "Can't create file!  Probably a nonexistent directory.", 5, 60);
+                       show_textbox(NULL, "Can't create file!", 5, 60);
                        break;
                case 1:
                        show_helptext("Save Alternate Configuration", save_config_help);