From 07b6000fe9f68c46fe61fdca9cc86f61c8f3c293 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 28 May 2015 08:28:26 -0700 Subject: [PATCH] Make build-all-docker-iamges bashate compliant Change-Id: I62dbd2c3e0e6f66b1be5777bb8bbda4e43b2b5db Partially-Implements: blueprint bashate-gate --- tools/build-all-docker-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-all-docker-images b/tools/build-all-docker-images index 945fd2480c..888d25aac8 100755 --- a/tools/build-all-docker-images +++ b/tools/build-all-docker-images @@ -128,7 +128,7 @@ function interrupted { exit 1 } -function usage () { +function usage { read -r -d '' HELP <