]> 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:30:54 +0000 (14:30 -0600)
commit4126d703bf2f37323b4a3a7fc6eff6ff655937fc
treeaad8c5b34f5e19006ad4b2e1b78fe13ad3d84344
parent38c3c7f4981e5f8f61e1e3597f317f4899d59635
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