maybe_bulid depends on filling the hex path first

pull/818/head
Andre Arko 5 years ago
parent bb83186214
commit bb00c27de1
No known key found for this signature in database
GPG Key ID: BBE521252B9D156A

@ -291,6 +291,10 @@ hex_with_bootloader () {
} }
maybe_build () { maybe_build () {
build_version
build_paths
build_filenames
if [ ! -e "${HEX_FILE_PATH}" ]; then if [ ! -e "${HEX_FILE_PATH}" ]; then
build "$@" build "$@"
fi fi

Loading…
Cancel
Save