This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 89ed70c6cdd818bbfe0704b62792bfb96865bdf1 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jul 5 09:46:24 2018 +0000 Make clear this is a string assignment (shellcheck.net) git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1835115 13f79535-47bb-0310-9956-ffa450edef68 --- bin/catalina.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/catalina.sh b/bin/catalina.sh index e6f20d3..5a8c2b5 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -296,7 +296,7 @@ if [ -z "$USE_NOHUP" ]; then fi unset _NOHUP if [ "$USE_NOHUP" = "true" ]; then - _NOHUP=nohup + _NOHUP="nohup" fi # Add the JAVA 9 specific start-up parameters required by Tomcat --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org