Windows file access issue somewhere #6067

only: I am confused
This commit is contained in:
rusefillc 2024-02-27 09:11:00 -05:00
parent 0c10a6f30c
commit 899f7f6439
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ else
fi
echo "#define TS_SIGNATURE \"rusEFI $branchname.$date.${SHORT_BOARD_NAME}.@@SIGNATURE_HASH@@\"" >> ${TEMP_FILE}
#
# TODO: what's going on here? signature*txt is excluded from git by tunerstudio/.gitignore let's have a code comment explaining the logic below!
#
cmp ${TEMP_FILE} ${SIGNATURE_FILE_NAME} || mv -f ${TEMP_FILE} ${SIGNATURE_FILE_NAME}
rm -f ${TEMP_FILE}