Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If GIMME_DEBUG >= 3 then
make.bash -v
We already have logic to handle `GIMME_DEBUG` looking like a number and capturing more output here; just use one number higher to ask `make.bash` to be verbose. Slightly repetitive, but cleaner and easier to understand than conditional arrays or stuff which would affect shellcheck if we relied upon empty unquoted args being dropped. With this and without the #159 unset of `GO111MODULE`, invoking as `GIMME_DEBUG=3 GO111MODULE=on gimme master` reveals all the `use of internal package` complaints which show that building Go itself is incompatible with having `GO111MODULE` set in environ.
- Loading branch information