bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Syntax error in 10_linux and 20_linux_xen


From: Alejandro López
Subject: Syntax error in 10_linux and 20_linux_xen
Date: Sat, 22 May 2021 15:18:00 +0200

Hi,

I think I've found a syntax error while watching the code to understand how it works. The line is:

GRUB_DISABLE_LINUX_PARTUUID=${GRUB_DISABLE_LINUX_PARTUUID-true}

and I guess it should be:

GRUB_DISABLE_LINUX_PARTUUID=${GRUB_DISABLE_LINUX_PARTUUID:-true}

It can be found in 10_linux:48 and 20_linux_xen:48.

Hope this helps and thanks for your hard work,
Alejandro Lopez



reply via email to

[Prev in Thread] Current Thread [Next in Thread]