From 664271284433a48411a48e793d40ebabd5abeaee Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 1 Feb 2022 12:23:38 +0100 Subject: [PATCH] remove double quotes --- usr/lib/initcpio/install/archboot_secure_boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_secure_boot b/usr/lib/initcpio/install/archboot_secure_boot index 8146cc9ae..ed30fa36a 100644 --- a/usr/lib/initcpio/install/archboot_secure_boot +++ b/usr/lib/initcpio/install/archboot_secure_boot @@ -36,7 +36,7 @@ build () add_file "/usr/lib/python3.10/lib-dynload/$i.so" done # add efitools files - [[ ""${_RUNNING_ARCH}"" == "x86_64" ]] && add_file "/usr/share/efitools/efi/PreLoader.efi" + [[ "${_RUNNING_ARCH}" == "x86_64" ]] && add_file "/usr/share/efitools/efi/PreLoader.efi" add_file "/usr/share/efitools/efi/HashTool.efi" add_file "/usr/share/efitools/efi/KeyTool.efi" # add shim signed files from fedora