forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shell script quoting, clean up build scripts
Fix quoting so that it works with arbitrary path names (e.g. containing spaces.) Make hack/config-go.sh non-executable since it is meant for sourcing and not as a standalone. Tested: - Checked out the tree to a directory with spaces, called the build script from outside the tree, confirmed it worked as expected. - Confirmed binaries work by running them with -version. - Ran hack/build-go.sh cmd/kubecfg and confirmed only kubecfg was built. - Ran hack/build-go.sh cmd/integration and confirmed it was built. - Checked it out on a Mac and confirmed that the build script works. - Confirmed that hack/test-go.sh and hack/test-cmd.sh work. Signed-off-by: Filipe Brandenburger <[email protected]>
- Loading branch information
1 parent
d7396ac
commit d00e08b
Showing
2 changed files
with
45 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters