aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-05 17:04:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-05 17:04:06 +0000
commit4de07e30d8b23f5df7697edb0944be2aed8540c4 (patch)
tree364331f8e29aaecea0f62b8f3cd7767ba45e1b3c /scripts/auto-build/pd-extended-auto-builder.sh
parentfb81345464d3836ca1dd1561b6c69d72c39015ea (diff)
print out env vars for debugging
svn path=/trunk/; revision=15205
Diffstat (limited to 'scripts/auto-build/pd-extended-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 0cecfed2..c3d5bbcc 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -44,7 +44,9 @@ rsync_distro "$auto_build_root_dir"
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
make -C "${auto_build_root_dir}/packages" set_version
make test_locations
-echo "mounts ----------------------------------------"
+echo "--- environment ----------------------------------------"
+set
+echo "--- mounts ----------------------------------------"
mount
print_ip_address
make package_clean