File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ if [ "${INSTALLKERNEL_LAYOUT}" = efistub ]; then
156
156
if [ ${# } -le 3 ] || [ " ${4} " = " /boot" ]; then
157
157
# Relocate to ESP
158
158
for candidate in /boot/EFI /boot/efi /boot /efi; do
159
- if [ -d ${candidate} /EFI/${NAME} ]; then
159
+ if [ -d " ${candidate} /EFI/${NAME} " ]; then
160
160
dir=${candidate} /EFI/${NAME}
161
161
suffix=.efi
162
162
else
@@ -209,17 +209,17 @@ if [ -f "${uki}" ] && [ "${INSTALLKERNEL_LAYOUT}" = uki ]; then
209
209
if [ ${# } -le 3 ] || [ " ${4} " = " /boot" ]; then
210
210
# Relocate to ESP
211
211
for candidate in /boot/EFI /boot/efi /boot /efi; do
212
- if [ -d ${candidate} /EFI/Linux ]; then
212
+ if [ -d " ${candidate} /EFI/Linux" ]; then
213
213
dir=${candidate} /EFI/Linux
214
214
img_dest=${ID}
215
215
else
216
216
continue
217
217
fi
218
218
done
219
219
fi
220
- updatever ${img_dest} " ${uki} " ${suffix}
220
+ updatever " ${img_dest} " " ${uki} " " ${suffix} "
221
221
else
222
- updatever ${img_dest} " ${img} " ${suffix}
222
+ updatever " ${img_dest} " " ${img} " " ${suffix} "
223
223
if [ -f " ${initrd} " ]; then
224
224
updatever initramfs " ${initrd} " .img
225
225
fi
You can’t perform that action at this time.
0 commit comments