]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
Misplaced '--quiet' efibootmgr option fixed
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 31 Oct 2012 12:02:16 +0000 (13:02 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 31 Oct 2012 12:02:16 +0000 (13:02 +0100)
efi-boot-update

index fb4a10bfe9138360441392ddaef115d93c42e320..e43e3b874c7ae211683973083f06850d74a5ee56 100755 (executable)
@@ -116,7 +116,7 @@ remove_bootmgr_entry () {
     local bootnum
     bootnum=$(find_bootmgr_entry "$1")
     [ -n "$bootnum" ] || return 0
-    verbose_cmd $EFIBOOTMGR $EFIBOOTMGR_OPTS --delete-bootnum -b --quiet "$bootnum"
+    verbose_cmd $EFIBOOTMGR $EFIBOOTMGR_OPTS --quiet --delete-bootnum -b "$bootnum"
     echo -n "$bootnum"
 }
 
This page took 0.06948 seconds and 4 git commands to generate.