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:21:43 UTC

[tomcat] branch master updated: Fix typo spotted by kkolinko

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d97bbb  Fix typo spotted by kkolinko
1d97bbb is described below

commit 1d97bbbd4f060c7c9ab39f12bc67fde3085f36ef
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