summaryrefslogtreecommitdiff
path: root/src/efi-boot-generator
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-02-13 00:07:55 +0100
committerLennart Poettering <lennart@poettering.net>2013-02-13 00:12:58 +0100
commit9cde64ff264c432fc83be638e57d8fd6392793a6 (patch)
treee133568816bb39673cc7e8f6622d65a31f9ca13d /src/efi-boot-generator
parenta96215285a9566668a5d92c1342888da7596144b (diff)
efi: various cleanups
Diffstat (limited to 'src/efi-boot-generator')
-rw-r--r--src/efi-boot-generator/efi-boot-generator.c2
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 1319c7120..88fa220d2 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)