We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c23322 commit 09d507dCopy full SHA for 09d507d
1 file changed
build.sh
@@ -894,11 +894,7 @@ make_efi() {
894
else
895
continue
896
fi
897
- cat - > "${isofs_dir}/loader/entries/uefi-shell-${_efi_shell_arch}.conf" << EOF
898
-title UEFI Shell ${_efi_shell_arch}
899
-efi /EFI/shell_${_efi_shell_arch}.efi
900
-
901
-EOF
+ echo -e "title UEFI Shell ${_efi_shell_arch}\nefi /EFI/shell_${_efi_shell_arch}.efi" > "${isofs_dir}/loader/entries/uefi-shell-${_efi_shell_arch}.conf"
902
done
903
904
0 commit comments