summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-08-28 10:42:52 -0400
committerOz Linden <oz@lindenlab.com>2016-08-28 10:42:52 -0400
commitea0242e1cebb7ebb9515e39f9dc78ec207cdce22 (patch)
tree7afa55457c159f84ab3a0222f5255e8f98cd7955 /build.sh
parent2fc670e2dda6c16b314fa626faf9168ebdec8549 (diff)
collapse autobuild initialize
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 579db0900d..5f55133d81 100755
--- a/build.sh
+++ b/build.sh
@@ -182,6 +182,7 @@ then
pass
fi
+begin_section "autobuild initialize"
# ensure AUTOBUILD is in native path form for child processes
AUTOBUILD="$(native_path "$AUTOBUILD")"
# set "$autobuild" to cygwin path form for use locally in this script
@@ -194,6 +195,7 @@ fi
# load autobuild provided shell functions and variables
eval "$("$autobuild" --quiet source_environment)"
+end_section "autobuild initialize"
# something about the additional_packages mechanism messes up buildscripts results.py on Linux
# since we don't care about those packages on Linux, just zero it out, yes - a HACK