]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
Some variable quotting added
authorJacek Konieczny <jajcus@jajcus.net>
Thu, 24 Oct 2013 15:54:02 +0000 (17:54 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 24 Oct 2013 15:54:02 +0000 (17:54 +0200)
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.049093 seconds and 4 git commands to generate.