diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-13 00:07:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-13 00:12:58 +0100 |
commit | 9cde64ff264c432fc83be638e57d8fd6392793a6 (patch) | |
tree | e133568816bb39673cc7e8f6622d65a31f9ca13d /src/efi-boot-generator | |
parent | a96215285a9566668a5d92c1342888da7596144b (diff) |
efi: various cleanups
Diffstat (limited to 'src/efi-boot-generator')
-rw-r--r-- | src/efi-boot-generator/efi-boot-generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c index 1319c71201..88fa220d2f 100644 --- a/src/efi-boot-generator/efi-boot-generator.c +++ b/src/efi-boot-generator/efi-boot-generator.c @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) { umask(0022); - if (!is_efiboot()) + if (!is_efi_boot()) return EXIT_SUCCESS; if (dir_is_empty("/boot") <= 0) |