projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25579a4
)
bootctl: fix error message check
author
Lennart Poettering
<lennart@poettering.net>
Tue, 19 Jul 2016 16:40:03 +0000
(18:40 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 21 Jul 2016 09:10:35 +0000
(11:10 +0200)
src/boot/bootctl.c
patch
|
blob
|
history
diff --git
a/src/boot/bootctl.c
b/src/boot/bootctl.c
index 6e0c961527b8f4caf919eeaae25baa3a33b520e4..f337eb66756a28cddbb6e1f019d2347b72e02be8 100644
(file)
--- a/
src/boot/bootctl.c
+++ b/
src/boot/bootctl.c
@@
-1049,7
+1049,7
@@
static int bootctl_main(int argc, char*argv[]) {
if (loader_path)
efi_tilt_backslashes(loader_path);
r = efi_loader_get_device_part_uuid(&loader_part_uuid);
- if (r < 0 && r
=
= -ENOENT)
+ if (r < 0 && r
!
= -ENOENT)
log_warning_errno(r, "Failed to read EFI variable LoaderDevicePartUUID: %m");
printf("System:\n");