just in case; longshot
This commit is contained in:
parent
c7c87f07df
commit
34c4dfa00a
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user