mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 15:27:30 +02:00
Delete .bak file produced during publish
This commit is contained in:
@ -55,6 +55,7 @@ process()
|
|||||||
|
|
||||||
simplify_namespaces() {
|
simplify_namespaces() {
|
||||||
perl -p0i -e 's|\} // namespace ARDUINOJSON_NAMESPACE\r?\nnamespace ARDUINOJSON_NAMESPACE \{\r?\n||igs' "$1"
|
perl -p0i -e 's|\} // namespace ARDUINOJSON_NAMESPACE\r?\nnamespace ARDUINOJSON_NAMESPACE \{\r?\n||igs' "$1"
|
||||||
|
rm -f "$1.bak"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd $(dirname $0)/../..
|
cd $(dirname $0)/../..
|
||||||
|
Reference in New Issue
Block a user