Browse code

Fixes issue #10108 Adds os::build::setup_env to hack/update-generated-bootstrap-bindata.sh which ensures that the GOPATH env variable is set and not empty

Corey Daley authored on 2016/10/20 01:05:13
Showing 1 changed files
... ...
@@ -2,6 +2,8 @@
2 2
 STARTTIME=$(date +%s)
3 3
 source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
4 4
 
5
+os::build::setup_env
6
+
5 7
 EXAMPLES=examples
6 8
 OUTPUT_PARENT=${OUTPUT_ROOT:-$OS_ROOT}
7 9