Skip to content

Commit

Permalink
Do not add backup file with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored Jun 17, 2024
1 parent 2bf4355 commit 20fb837
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 @@ -50,6 +50,6 @@ fi
## Store build information
BUILD_FILE="${PSPDEV}/build.txt"
if [[ -f "${BUILD_FILE}" ]]; then
sed -i='' '/^psptoolchain /d' "${BUILD_FILE}"
sed -i'' '/^psptoolchain /d' "${BUILD_FILE}"
fi
git log -1 --format="psptoolchain %H %cs %s" >> "${BUILD_FILE}"

0 comments on commit 20fb837

Please sign in to comment.