mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 14:20:16 +01:00
12 lines
232 B
Bash
12 lines
232 B
Bash
|
|
# 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
|