aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-28 17:07:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-28 17:07:49 +0000
commit63c6ae69b76d22a5b25fc2e8eb02f0ab6be216f9 (patch)
treebf303bb631d194341560e59e9842b28ce3644299
parent84f25a287ead0ce923cb8cc7b09d0f231ea54b3a (diff)
turn on xtrace to ease debugging
svn path=/trunk/; revision=16995
-rwxr-xr-xexternals/build-all-libdirs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/build-all-libdirs.sh b/externals/build-all-libdirs.sh
index dfbc8bb0..a4804c27 100755
--- a/externals/build-all-libdirs.sh
+++ b/externals/build-all-libdirs.sh
@@ -5,6 +5,8 @@
#
# https://macosx105-i386.pdlab.puredata.info/job/template-libraries/
+set -o xtrace
+
if [ -x /sw/bin/init.sh ]; then
. /sw/bin/init.sh
fi