diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-12 07:02:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 07:02:19 -0500 |
commit | ba547ec3a94b17cfb634758deb4cdbc98fc840a9 (patch) | |
tree | 7ec52eab5f49a885331816f4d0465ba880cc020a /changelog.d | |
parent | Merge branch 'release-v1.10.0' into develop (diff) | |
download | synapse-ba547ec3a94b17cfb634758deb4cdbc98fc840a9.tar.xz |
Use BSD-compatible in-place editing for sed. (#6887)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6887.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6887.misc b/changelog.d/6887.misc new file mode 100644 index 0000000000..b351d47c7b --- /dev/null +++ b/changelog.d/6887.misc @@ -0,0 +1 @@ +Fix the use of sed in the linting scripts when using BSD sed. |