dbus/maint/update-authors.sh
Simon McVittie 9a64c6c095 build: Make update-authors convenience target runnable from Meson
Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-07-13 20:36:13 +01:00

11 lines
232 B
Bash
Executable file

# Copyright 2010 Lennart Poettering
# Copyright 2022 Simon McVittie
# SPDX-License-Identifier: MIT
set -eux
if [ -n "${MESON_SOURCE_ROOT-}" ]; then
cd "${MESON_SOURCE_ROOT}"
fi
git shortlog -s -e | cut -c 8- | sort > AUTHORS