From: Jacek Konieczny Date: Thu, 24 Oct 2013 15:54:02 +0000 (+0200) Subject: Some variable quotting added X-Git-Tag: auto/th/efi-boot-update-0.2-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fefi-boot-update.git;a=commitdiff_plain;h=6451bc22d8027cb345561b4932773c313564a03f Some variable quotting added --- diff --git a/efi-boot-update b/efi-boot-update index b031d67..88e1d86 100755 --- a/efi-boot-update +++ b/efi-boot-update @@ -129,9 +129,9 @@ remove_bootmgr_entry () { } add_bootmgr_entry () { - local label=$1 - local binary=$2 - local args=$3 + local label="$1" + local binary="$2" + local args="$3" local bootnum bootnum=$(find_bootmgr_entry "$label")