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

markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 5a71bda  Avoid unnecessary logging when host is down
     new 89ed70c  Make clear this is a string assignment (shellcheck.net)
     new 1ce05f1  Make code to find CATALINA_HOME consistent with other 
scripts. Add "..." when using variables that may contain spaces
     new 3a6dbc9  Remove unnecessary use of ${...} for consistency with other 
scripts.
     new 97ba46b  Replace [ a -a b ] with [ a ] && [ b ] as recommended by 
shellcheck.net
     new b483f35  Add "..." when using variables that may contain spaces
     new 32707ba  Replace [ a -o b ] with [ a ] || [ b ] as recommended by 
shellcheck.net

The 6 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.


Summary of changes:
 bin/catalina.sh     |  2 +-
 bin/daemon.sh       | 26 ++++++++++++++------------
 bin/setclasspath.sh | 14 +++++++-------
 3 files changed, 22 insertions(+), 20 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to