diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2017-06-12 13:26:19 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2017-06-12 13:26:19 -0700 |
commit | 5134805c66fcb0fe944691db168c75af106db14c (patch) | |
tree | 29edea0e9660e0d6e02d30a0090be595a6015036 /build.sh | |
parent | 0bdb5f6823723cc3e70ba45c4a4be05f6e719edd (diff) |
MAINT-7192: upgrade to VMP package 506412
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ fi # load autobuild provided shell functions and variables "$autobuild" --quiet source_environment > "$build_log_dir/source_environment" +PYTHONPATH="$BUILDSCRIPTS_SHARED/packages/lib/python:$PYTHONPATH" begin_section "dump source environment commands" cat "$build_log_dir/source_environment" end_section "dump source environment commands" |