]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build_tools/make_version: Fix sed(1) syntax compatibility with NetBSD
authorMichał Górny <mgorny@NetBSD.org>
Thu, 11 Nov 2021 03:40:40 +0000 (04:40 +0100)
committerKevin Harwell <kharwell@digium.com>
Wed, 19 Jan 2022 22:24:32 +0000 (16:24 -0600)
commit90d02cf0a31bdb55f088f4dfefa55c5a891c036e
treed23cee8e2f23182410b29f44629c7cf4e225abfd
parentc8ef232d76f721e3aacb74a5ba6a00f81206c75e
build_tools/make_version: Fix sed(1) syntax compatibility with NetBSD

Fix the sed(1) invocation used to process git-svn-id not to use "\s"
that is a GNU-ism and is not supported by NetBSD sed.  As a result,
this call did not work properly and make_version did output the full
git-svn-id line rather than the revision.

ASTERISK-29852

Change-Id: Ie4b406e2748920643446851a0a252a4ca7245772
build_tools/make_version