]> git.pld-linux.org Git - packages/efi-boot-update.git/blobdiff - efi-boot-update
Some variable quotting added
[packages/efi-boot-update.git] / efi-boot-update
index b031d67fece6af96a607b776276116f6ed66d9a7..88e1d86d139d2412079bbd85d8e8dbe00fca7698 100755 (executable)
@@ -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")
 
This page took 0.05337 seconds and 4 git commands to generate.