Skip to content

Commit a9532d8

Browse files
authored
Do not add backup file with sed
1 parent dddf838 commit a9532d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ fi
5050
## Store build information
5151
BUILD_FILE="${PSPDEV}/build.txt"
5252
if [[ -f "${BUILD_FILE}" ]]; then
53-
sed -i='' '/^psptoolchain-extra /d' "${BUILD_FILE}"
53+
sed -i'' '/^psptoolchain-extra /d' "${BUILD_FILE}"
5454
fi
5555
git log -1 --format="psptoolchain-extra %H %cs %s" >> "${BUILD_FILE}"

0 commit comments

Comments
 (0)