#807 PR merged
: allow generic yes/no values for USING_UEFI_BOOTLOADER (issue 801)¶
Labels: enhancement
, cleanup
, fixed / solved / done
jsmeix opened issue at 2016-03-24 14:32:¶
allow generic yes/no values for USING_UEFI_BOOTLOADER
as a conseqence use everywhere generic tests via
is_true $USING_UEFI_BOOTLOADER
and
is_false $USING_UEFI_BOOTLOADER
the latter requires the new counterpart function
is_false to test for an explicit no value
see https://github.com/rear/rear/issues/801
jsmeix commented at 2016-03-31 12:07:¶
Because there are no objections so far
I assume it is o.k. when I mege it myself.
[Export of Github issue for rear/rear.]