mirror of
https://github.com/meshtastic/python.git
synced 2026-01-17 12:17:55 -05:00
Ensure regen-protobufs works if there's no pre-existing directory to remove
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user