Delete .bak file produced during publish

This commit is contained in:
Benoit Blanchon
2020-01-27 12:09:38 +01:00
parent 09d4b2cd38
commit b04b549b34

View File

@ -55,6 +55,7 @@ process()
simplify_namespaces() {
perl -p0i -e 's|\} // namespace ARDUINOJSON_NAMESPACE\r?\nnamespace ARDUINOJSON_NAMESPACE \{\r?\n||igs' "$1"
rm -f "$1.bak"
}
cd $(dirname $0)/../..