diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-05 17:04:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-08-05 17:04:06 +0000 |
commit | 4de07e30d8b23f5df7697edb0944be2aed8540c4 (patch) | |
tree | 364331f8e29aaecea0f62b8f3cd7767ba45e1b3c /scripts | |
parent | fb81345464d3836ca1dd1561b6c69d72c39015ea (diff) |
print out env vars for debugging
svn path=/trunk/; revision=15205
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 4 |
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 |