[packages/efi-boot-update] Some variable quotting added

jajcus jajcus at pld-linux.org
Thu Oct 24 21:38:20 CEST 2013


commit 6451bc22d8027cb345561b4932773c313564a03f
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Thu Oct 24 17:54:02 2013 +0200

    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")
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list