You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2019/03/07 23:13:53 UTC

[incubator-pinot] branch fix-bash-arg created (now 729f15a)

This is an automated email from the ASF dual-hosted git repository.

mcvsubbu pushed a change to branch fix-bash-arg
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 729f15a  Turn off echo in shell commands

This branch includes the following new commits:

     new 729f15a  Turn off echo in shell commands

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Turn off echo in shell commands

Posted by mc...@apache.org.
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 <ss...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org