Ensure regen-protobufs works if there's no pre-existing directory to remove

This commit is contained in:
Ian McEwen
2024-06-29 17:34:02 -07:00
parent f6d1b4bc39
commit a3afc2ae0a

View File

@@ -15,7 +15,7 @@ echo "Fixing up protobuf paths in ${TMPDIR} temp directory"
# Ensure a clean build
rm -r "${TMPDIR}"
[ -e "${TMPDIR}" ] && rm -r "${TMPDIR}"
INDIR=${TMPDIR}/in/meshtastic/protobuf
OUTDIR=${TMPDIR}/out