Signed-off-by: Glenn Washburn <developm...@efficientek.com> --- grub-core/commands/ls.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/grub-core/commands/ls.c b/grub-core/commands/ls.c index b0f139cf133a..e671313e6a0e 100644 --- a/grub-core/commands/ls.c +++ b/grub-core/commands/ls.c @@ -108,6 +108,8 @@ print_file (const char *filename, const struct grub_dirhook_info *info, if (! ctx->longlist) { + if (ctx->filename != NULL) + grub_xputs (ctx->dirname); grub_printf ("%s%s ", filename, info->dir ? "/" : ""); return 0; } -- 2.34.1 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel