commit 07ca222f7c62371c59d7b588ac8e62102c2b79e8
Author: Jacek Konieczny <[email protected]>
Date:   Wed Oct 31 13:02:55 2012 +0100

    Do not output result of remove_bootmgr_entry

 efi-boot-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/efi-boot-update b/efi-boot-update
index e43e3b8..3acffd8 100755
--- a/efi-boot-update
+++ b/efi-boot-update
@@ -236,7 +236,7 @@ for bootloader_conf in /etc/efi-boot/update.d/*.conf ; do
     LABEL="$LABEL_PREFIX$LABEL"
 
     if ! is_yes "$ENABLED" ; then
-        remove_bootmgr_entry "$LABEL"
+        remove_bootmgr_entry "$LABEL" >/dev/null
         continue
     fi
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/efi-boot-update.git/commitdiff/1ef784d842f20125b8e94b061bf718fdd27a036c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to