diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-13 19:20:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-13 19:20:35 +0000 |
commit | 1db62bc7d2e285bab90f04e070d3d487ba0b339b (patch) | |
tree | 137f123d04fbb5d0075e5032c32a2ef0c50f8a6c /scripts/auto-build | |
parent | 76d1fe74894c7839d050b7feae76a89069ea63ef (diff) |
turn on 'bash -x' debugging output
svn path=/trunk/; revision=16683
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 5 |
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|') |