mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-23 18:05:12 +00:00
Run the snippet that creates the output/go/ tree in a subshell. Tested: - Built it with hack/build-go.sh - Ran release/build-release.sh successfully. - Moved away the git tree to confirm no regression in PR #1073. - Sourced hack/config-go.sh in the shell, confirmed no variable or function other than the expected ones leaked into the environment. - Used `git grep` to confirm the no longer exported variables were not in use by any script other than config-go.sh. Signed-off-by: Filipe Brandenburger <filbranden@google.com>