diff options
| author | Toomas Soome <tsoome@FreeBSD.org> | 2017-02-01 08:46:59 +0000 |
|---|---|---|
| committer | Toomas Soome <tsoome@FreeBSD.org> | 2017-02-01 08:46:59 +0000 |
| commit | d124e3965a494b06b5d4fcad47d2adae5165b71a (patch) | |
| tree | 3965dbe2c6d3536e71e43de8a2c09198e177b58b /sys/boot/forth | |
| parent | 4b1be206bbd705b7795338629b5a55d06aa46b55 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.4th | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 013a033b1fcd..9486237b8a93 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -46,9 +46,9 @@ include /boot/support.4th include /boot/color.4th include /boot/delay.4th include /boot/check-password.4th -s" efi-boot" environment? [if] [if] +s" efi-version" getenv? [if] include /boot/efi.4th -[then] [then] +[then] only forth definitions |
