forked from bblanchon/ArduinoJson
Delete .bak file produced during publish
This commit is contained in:
@ -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)/../..
|
||||
|
Reference in New Issue
Block a user