We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed87b1c commit 279d826Copy full SHA for 279d826
build.sh
@@ -1110,7 +1110,7 @@ make_efi() {
1110
#fi
1111
1112
local _efi_shell_arch
1113
- for _efi_shell_arch in "${work_dir}/${arch}/airootfs/usr/share/edk2-shell/"*; do
+ for _efi_shell_arch in $(ls "${work_dir}/${arch}/airootfs/usr/share/edk2-shell/"* 2> /dev/null); do
1114
cp "${_efi_shell_arch}/Shell_Full.efi" "${work_dir}/iso/shell_${_efi_shell_arch}.efi"
1115
done
1116
}
0 commit comments