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:54:40 UTC

[incubator-pinot] branch master updated: Turn off echo in shell commands (#3930)

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

mcvsubbu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b3639c  Turn off echo in shell commands (#3930)
2b3639c is described below

commit 2b3639caab9421259327e7ffbf4e6828f0df7d47
Author: Subbu Subramaniam <mc...@users.noreply.github.com>
AuthorDate: Thu Mar 7 15:54:36 2019 -0800

    Turn off echo in shell commands (#3930)
---
 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