mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 13:04:59 +00:00
Merge pull request #211 from pspdev/no-build-backup
Do not add backup file with sed
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user