]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 1 Feb 2022 20:31:31 +0000 (14:31 -0600)
commit74d8616cd204402c7f235de6a9529958d7deef7e
tree2b389077af8d343091102ab9d2783d4bfb2de3a6
parent2d0152236b2d3c20632f2c14cc88b4311c50a1ef
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