just in case; longshot

This commit is contained in:
Peter D. Gray 2022-04-25 11:59:28 -04:00
parent c7c87f07df
commit 34c4dfa00a
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -42,7 +42,7 @@ if [ -f *-v$VERSION_STRING-mk$MK_NUM-coldcard.dfu ]; then
echo "Using existing binary in ../releases, not downloading."
else
# fetch a copy of the required binary
PUBLISHED_BIN=`grep v$VERSION_STRING-mk$MK_NUM-coldcard.dfu signatures.txt | dd bs=66 skip=1`
PUBLISHED_BIN=`grep -F v$VERSION_STRING-mk$MK_NUM-coldcard.dfu signatures.txt | dd bs=66 skip=1`
if [ -z "$PUBLISHED_BIN" ]; then
# may indicate first attempt to build this release
echo "Cannot determine release date / full file name."