You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/10 15:22:21 UTC

[tomcat] branch 8.5.x updated: Fix typo spotted by kkolinko

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 7fb2811  Fix typo spotted by kkolinko
7fb2811 is described below

commit 7fb2811743bf6e1a37ef66d0589d705bba04ca07
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 10 15:20:27 2019 +0000

    Fix typo spotted by kkolinko
---
 bin/daemon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/daemon.sh b/bin/daemon.sh
index 288f58b..b5aa0c9 100755
--- a/bin/daemon.sh
+++ b/bin/daemon.sh
@@ -228,7 +228,7 @@ case "$1" in
       -classpath "\"$CLASSPATH\"" \
       "\"$LOGGING_CONFIG\"" "$JAVA_OPTS" "$CATALINA_OPTS" \
       -D$ENDORSED_PROP="\"$JAVA_ENDORSED_DIRS\"" \
-      -Dcatalina.base="\"$CATALINA_BASE"\" \
+      -Dcatalina.base="\"$CATALINA_BASE\"" \
       -Dcatalina.home="\"$CATALINA_HOME\"" \
       -Djava.io.tmpdir="\"$CATALINA_TMP\"" \
       $CATALINA_MAIN


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