aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-13 19:20:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-13 19:20:35 +0000
commit1db62bc7d2e285bab90f04e070d3d487ba0b339b (patch)
tree137f123d04fbb5d0075e5032c32a2ef0c50f8a6c /scripts
parent76d1fe74894c7839d050b7feae76a89069ea63ef (diff)
turn on 'bash -x' debugging output
svn path=/trunk/; revision=16683
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index c26c1ad2..85c7cfd0 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -1,6 +1,9 @@
-#!/bin/sh
+#!/bin/bash
# this script is the first attempt to have an automated updater and builder
+# echo each command as its executed
+set -x
+
# the source dir where this script is
## this could be done more easily with ${0%/*}
SCRIPT_DIR=$(echo $0 | sed 's|\(.*\)/.*$|\1|')