Re: [PATCH 1/2] envblk: ignore empty new lines while parsing env files

2025-05-15 Thread Daniel Kiper via Grub-devel
On Thu, May 15, 2025 at 12:44:27PM +0530, Shreenidhi Shedi wrote: > From: Shreenidhi Shedi > > Signed-off-by: Shreenidhi Shedi Both patches are missing explanations why they are needed and/or what kind of issues they are fixing. I do not mention cover letter... Daniel _

[PATCH 1/2] envblk: ignore empty new lines while parsing env files

2025-05-15 Thread Shreenidhi Shedi
From: Shreenidhi Shedi Signed-off-by: Shreenidhi Shedi --- grub-core/lib/envblk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/lib/envblk.c b/grub-core/lib/envblk.c index 2e4e78b13..f08dabaad 100644 --- a/grub-core/lib/envblk.c +++ b/grub-core/lib/envblk.c @@ -2