Match shell style guide.

Looking at https://google-styleguide.googlecode.com/svn/trunk/shell.xml
This commit is contained in:
Joe Beda
2014-09-09 15:03:32 -07:00
parent c5cb7202af
commit ed5bfa2f0f
16 changed files with 141 additions and 144 deletions

View File

@@ -20,7 +20,7 @@ set -e
source $(dirname $0)/common.sh
kube::build::verify-prereqs
kube::build::build-image
kube::build::run-build-command build/build-image/make-binaries.sh "./cmd/integration"
kube::build::run-build-command build/build-image/run-integration.sh
kube::build::verify_prereqs
kube::build::build_image
kube::build::run_build_command build/build-image/make-binaries.sh "./cmd/integration"
kube::build::run_build_command build/build-image/run-integration.sh