Skip to content

Commit 09d507d

Browse files
committed
[update] : Use echo instead of cat
1 parent 6c23322 commit 09d507d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,7 @@ make_efi() {
894894
else
895895
continue
896896
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
897+
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"
902898
done
903899
fi
904900

0 commit comments

Comments
 (0)