Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NewEraCracker authored Dec 25, 2018
1 parent 612d873 commit f9d51b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-bin2dat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ find "${INTEL_UC_DIR}" -maxdepth 1 -type f -name "${UC_FILE}" -print | sort | wh
"${BIN2DAT_EXE}" "${filename}" "${filename}.dat" 1>&2

# Header
echo "/* $(basename "${filename}") */"
printf '%s\r\n' "/* $(basename "${filename}") */"

# Body
cat "${filename}.dat"
Expand Down

0 comments on commit f9d51b8

Please sign in to comment.