summaryrefslogtreecommitdiff
path: root/src/efi-boot-generator/efi-boot-generator.c
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2013-02-12 15:28:00 -0800
committerAuke Kok <auke-jan.h.kok@intel.com>2013-02-12 15:28:00 -0800
commit8d6167101696a28b7ac61b48fd2c1920564c4e90 (patch)
tree72dddced047f2eb010b5f049199f0e6bb62e4939 /src/efi-boot-generator/efi-boot-generator.c
parentcd3bccaaf7b3c0e000cfd1bac638a52cb4f510c3 (diff)
parent726c6b6b3d82b8cdf0087375d4f95e4df4013c62 (diff)
Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemd into work
Diffstat (limited to 'src/efi-boot-generator/efi-boot-generator.c')
-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 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)