From f070ef4352f63467526057710a2970b57ed19e00 Mon Sep 17 00:00:00 2001 From: Martin Fick Date: Thu, 16 Mar 2017 16:43:26 -0600 Subject: [PATCH] Support build args in tools/maven/api.sh You may want to pass arguments to the bazel build command line when publishing, perhaps to debug output, or perhaps to add standalone flags to avoid sandboxing on platforms where it is broken. Change-Id: Ia1a9a50e7b833eea7299d9473dec87e4978b7803 --- tools/maven/api.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/maven/api.sh b/tools/maven/api.sh index 8c441fb9c4..e72e3cbaee 100755 --- a/tools/maven/api.sh +++ b/tools/maven/api.sh @@ -16,9 +16,9 @@ set -e -if [[ "$#" != "1" ]] ; then +if [[ "$#" -lt "1" ]] ; then cat <