diff options
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index d1ad40531ee5..d63d7fb677e4 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -325,7 +325,7 @@ static void cprint_init(void) | |||
325 | memset(args, 0, sizeof(args)); | 325 | memset(args, 0, sizeof(args)); |
326 | indent = 0; | 326 | indent = 0; |
327 | child_count = 0; | 327 | child_count = 0; |
328 | cprint("./scripts/lxdialog/lxdialog"); | 328 | cprint("./scripts/kconfig/lxdialog/lxdialog"); |
329 | cprint("--backtitle"); | 329 | cprint("--backtitle"); |
330 | cprint(menu_backtitle); | 330 | cprint(menu_backtitle); |
331 | } | 331 | } |