aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash
index 78882d9834..13497eb039 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -64,6 +64,7 @@ set -e
unset GOBIN # Issue 14340
unset GOFLAGS
+unset GO111MODULE
if [ ! -f run.bash ]; then
echo 'make.bash must be run from $GOROOT/src' 1>&2