This is an automated email from the ASF dual-hosted git repository. mcvsubbu pushed a commit to branch fix-bash-arg in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 729f15a87f4e722b8eaec2d4572a5ef4e85eab5d Author: Subbu Subramaniam <[email protected]> AuthorDate: Thu Mar 7 15:12:13 2019 -0800 Turn off echo in shell commands --- pinot-tools/src/main/resources/appAssemblerScriptTemplate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinot-tools/src/main/resources/appAssemblerScriptTemplate b/pinot-tools/src/main/resources/appAssemblerScriptTemplate index 3c106e8..06a7fb5 100644 --- a/pinot-tools/src/main/resources/appAssemblerScriptTemplate +++ b/pinot-tools/src/main/resources/appAssemblerScriptTemplate @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file @@ -130,4 +130,4 @@ exec "$JAVACMD" $ALL_JAVA_OPTS \ -Dapp.home="$BASEDIR" \ -Dbasedir="$BASEDIR" \ @MAINCLASS@ \ - @APP_ARGUMENTS@"$@"@UNIX_BACKGROUND@ \ No newline at end of file + @APP_ARGUMENTS@"$@"@UNIX_BACKGROUND@ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
