aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-10-13 23:00:23 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2018-10-14 07:21:03 +0000
commit1df0aca4872804c5f2f653ffc5e74b1be4728332 (patch)
tree3d987b3c14825db2667b67752b26590f2fd80e44 /tools
parent7f4f73732986d2777444730beab7efba9bef2448 (diff)
macos-setup.sh: fix missing bcg729 version check
Reorder spandsp for consistency with the installation steps. Change-Id: If9ade381ef7316efb4cce0dbc6486c33d44dd9f8 Fixes: v2.5.0rc0-583-ge23e28da22 ("Add bcg729.") Reviewed-on: https://code.wireshark.org/review/30195 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh
index 4e8bd64af5..06fae2744b 100755
--- a/tools/macos-setup.sh
+++ b/tools/macos-setup.sh
@@ -2396,8 +2396,9 @@ then
installed_cares_version=`ls c-ares-*-done 2>/dev/null | sed 's/c-ares-\(.*\)-done/\1/'`
installed_libssh_version=`ls libssh-*-done 2>/dev/null | sed 's/libssh-\(.*\)-done/\1/'`
installed_nghttp2_version=`ls nghttp2-*-done 2>/dev/null | sed 's/nghttp2-\(.*\)-done/\1/'`
- installed_spandsp_version=`ls spandsp-*-done 2>/dev/null | sed 's/spandsp-\(.*\)-done/\1/'`
installed_libtiff_version=`ls tiff-*-done 2>/dev/null | sed 's/tiff-\(.*\)-done/\1/'`
+ installed_spandsp_version=`ls spandsp-*-done 2>/dev/null | sed 's/spandsp-\(.*\)-done/\1/'`
+ installed_bcg729_version=`ls bcg729-*-done 2>/dev/null | sed 's/bcg729-\(.*\)-done/\1/'`
cd $topdir
fi