]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build_tools/make_version: Fix bashism in comparison.
authorSean Bright <sean.bright@gmail.com>
Tue, 1 Feb 2022 16:09:58 +0000 (11:09 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 1 Feb 2022 20:26:15 +0000 (14:26 -0600)
commit8b4531051bc74bc7b849804f475c429e6a2df290
tree4fdfc39db19bf8a5fbb80a248755141e38159e3d
parent3f108867d6c5163a5892bcfecc09e2be6fb95a54
build_tools/make_version: Fix bashism in comparison.

In POSIX sh (which we indicate in the shebang), there is no ==
operator.

Change-Id: Ic03d38214d14cdf329b0ba272279a815bb532965
build_tools/make_version