getting a weird memory error. maybe it's because i need to close the if?

This commit is contained in:
brent s. 2019-11-20 08:53:07 -05:00
parent 3ad26824d9
commit 8207b535bc

View File

@ -67,7 +67,7 @@ goto {{ u['name'] }}
{%- else %}
menu === {{ u['desc'] }} ===
{%- if u['name'] == 'uefi_shell' %}
iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly.
iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly. ||
{%- endif %}
{%- for su in db.getMenu(u['name']) %}
item --key {{ su['shortcut'] }} {{ su['name'] }} ({{ su['shortcut'] }}) {{ su['desc'] }} (version: {{ su['version'] }})