add double quotes

This commit is contained in:
Tobias Powalowski 2023-02-02 13:49:34 +01:00
parent b22c76b24a
commit dcf0b4a7fc

View file

@ -962,7 +962,7 @@ _install_bootloader() {
fi
_prepare_pacman
if [[ -n "${_UCODE}" ]]; then
if ! [[ -f ${_DESTDIR}/boot/${_UCODE} ]]; then
if ! [[ -f "${_DESTDIR}/boot/${_UCODE}" ]]; then
_PACKAGES="${_UCODE_PKG}"
_run_pacman
fi