mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 02:49:40 +00:00
Fix space after completion
This commit is contained in:
parent
a6f106ce37
commit
bd2b242ea2
@ -436,7 +436,7 @@ grub_cmdline_get (const char *prompt)
|
||||
if (restore)
|
||||
{
|
||||
/* Restore the prompt. */
|
||||
grub_printf ("\n%s", prompt_translated);
|
||||
grub_printf ("\n%s ", prompt_translated);
|
||||
init_clterm_all ();
|
||||
cl_print_all (0, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user