Merge pull request #211 from pspdev/no-build-backup

Do not add backup file with sed
This commit is contained in:
Wouter Wijsman
2024-06-17 14:51:44 +02:00
committed by GitHub

View File

@@ -39,6 +39,6 @@ cd -
## Store build information
BUILD_FILE="${PSPDEV}/build.txt"
if [[ -f "${BUILD_FILE}" ]]; then
sed -i='' '/^pspsdk /d' "${BUILD_FILE}"
sed -i'' '/^pspsdk /d' "${BUILD_FILE}"
fi
git log -1 --format="pspsdk %H %cs %s" >> "${BUILD_FILE}"