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

This commit is contained in:
Guy Harris 2020-12-16 23:23:13 -08:00
parent 9fbf79c045
commit ca13c3ce49
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]*\).*'`
#