We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddf838 commit a9532d8Copy full SHA for a9532d8
build-all.sh
@@ -50,6 +50,6 @@ fi
50
## Store build information
51
BUILD_FILE="${PSPDEV}/build.txt"
52
if [[ -f "${BUILD_FILE}" ]]; then
53
- sed -i='' '/^psptoolchain-extra /d' "${BUILD_FILE}"
+ sed -i'' '/^psptoolchain-extra /d' "${BUILD_FILE}"
54
fi
55
git log -1 --format="psptoolchain-extra %H %cs %s" >> "${BUILD_FILE}"
0 commit comments