aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-12-16 23:23:13 -0800
committerGuy Harris <gharris@sonic.net>2020-12-16 23:23:13 -0800
commitca13c3ce49d94c09a36f1696e42bd37a4412e44a (patch)
treebc34058b377ec6253569e4ce9cf9b3c540b25a43 /tools
parent9fbf79c0453952ed48f9ed31f7004aab73c92e8e (diff)
macos-setup: get rid of a debugging "set -x".
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh
index a15486c8d2..bd9c695a36 100755
--- a/tools/macos-setup.sh
+++ b/tools/macos-setup.sh
@@ -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]*\).*'`
#