From 6451bc22d8027cb345561b4932773c313564a03f Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 24 Oct 2013 17:54:02 +0200 Subject: [PATCH] Some variable quotting added --- efi-boot-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") -- 2.43.0