macos-setup: get rid of a debugging "set -x".

(cherry picked from commit ca13c3ce49)
This commit is contained in:
Guy Harris 2020-12-17 07:23:13 +00:00
parent 1aeaf65ea5
commit 566f03b3c3
1 changed files with 0 additions and 1 deletions

View File

@ -755,7 +755,6 @@ uninstall_pkg_config() {
install_glib() {
if [ ! -f glib-$GLIB_VERSION-done ] ; then
set -x
echo "Downloading, building, and installing GLib:"
glib_dir=`expr $GLIB_VERSION : '\([0-9][0-9]*\.[0-9][0-9]*\).*'`
#