2 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
4 # First argument is the path to the lttng modules sources.
5 TOP_LTTNG_MODULES_DIR
="$1"
7 EXTRA_VERSION_NAME
="$(sed -n '1p' "${TOP_LTTNG_MODULES_DIR}/extra_version
/name
" 2> /dev/null)"
9 if [ "x${EXTRA_VERSION_NAME}" != "x" ]; then
10 echo "${EXTRA_VERSION_NAME}"
This page took 0.033313 seconds and 4 git commands to generate.