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

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


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

commit f90a91562dbb5c75b064d444a06564ef5bd7e896
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to