Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: use perl in update-authors.sh instead of awk
As a consequence of the various implementations of AWK across platforms, the use of AWK in `scripts/update-authors.sh` might result in different sorting behavior on different platforms (i.e. BSD awk on OS X does not maintain the desired sort- by-first-contribution). So, let's use Perl instead.
- Loading branch information