]> git.proxmox.com Git - grub2.git/commit
10_linux: Fix grouping of tests for GRUB_DEVICE
authorMike Gilbert <floppym@gentoo.org>
Sat, 5 Mar 2016 22:30:48 +0000 (17:30 -0500)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 6 Mar 2016 05:51:07 +0000 (08:51 +0300)
commit082bc9f77b200eb48a5f1147163dea9c9d02d44c
tree36a8b9a7e022fb24581175d3c2d53e0408bde9fb
parentd017ea8ede3f76aaf6b6c9dabe3e96af0eebd395
10_linux: Fix grouping of tests for GRUB_DEVICE

Commit 7290bb562 causes GRUB_DISABLE_LINUX_UUID to be ignored due to
mixing of || and && operators. Add some parens to help with that.
util/grub.d/10_linux.in