Skip to content

Commit

Permalink
Add commit title to build.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored Jun 16, 2024
1 parent 33af60b commit 39ec01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ BUILD_FILE="${PSPDEV}/build.txt"
if [[ -f "${BUILD_FILE}" ]]; then
sed -i='' '/^psptoolchain /d' "${BUILD_FILE}"
fi
git log -1 --format="psptoolchain %H %cs" >> "${BUILD_FILE}"
git log -1 --format="psptoolchain %H %cs %s" >> "${BUILD_FILE}"

0 comments on commit 39ec01c

Please sign in to comment.