synapse/changelog.d
Richard van der Hoff 8078dec3be
Fix exit code for check_line_terminators.sh (#7970)
If there are *no* files with CRLF line endings, then the xargs exits with a
non-zero exit code (as expected), but then, since that is the last thing to
happen in the script, the script as a whole exits non-zero, making the whole
thing fail.

using `if/then/fi` instead of `&& (...)` means that the script exits with a
zero exit code.
2020-07-28 08:52:25 -04:00
..
.gitignore
7902.feature Option to allow server admins to join complex rooms (#7902) 2020-07-28 13:41:44 +01:00
7947.misc Convert the remaining media repo code to async / await. (#7947) 2020-07-27 14:40:11 -04:00
7948.misc Convert a synapse.events to async/await. (#7949) 2020-07-27 13:40:22 -04:00
7949.misc Convert a synapse.events to async/await. (#7949) 2020-07-27 13:40:22 -04:00
7951.misc Convert a synapse.events to async/await. (#7949) 2020-07-27 13:40:22 -04:00
7965.misc Add script for finding files with unix line terminators (#7965) 2020-07-28 01:26:50 +01:00
7970.misc Fix exit code for check_line_terminators.sh (#7970) 2020-07-28 08:52:25 -04:00