]> 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:17 +0000 (14:31 -0600)
commitc51353e4db8e5e946cf19c8623bed1498ec81b8d
treed89f1bb22a9b603f7c91a3310f50715ece6f82fa
parent0d53ce35f9f1ef83c5157e75866fce79d9e2bae5
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