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 3a6dbc9f59365d142ce1e252e34fea1f9d646831
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 5 09:31:55 2018 +0000

    Remove unnecessary use of ${...} for consistency with other scripts.
    
    git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1835114 
13f79535-47bb-0310-9956-ffa450edef68
---
 bin/daemon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/daemon.sh b/bin/daemon.sh
index 925f808..0e8888b 100755
--- a/bin/daemon.sh
+++ b/bin/daemon.sh
@@ -136,7 +136,7 @@ elif [ -r "$CATALINA_HOME/bin/setenv.sh" ]; then
 fi
 
 # Add on extra jar files to CLASSPATH
-test ".$CLASSPATH" != . && CLASSPATH="${CLASSPATH}:"
+test ".$CLASSPATH" != . && CLASSPATH="$CLASSPATH:"
 
CLASSPATH="$CLASSPATH$CATALINA_HOME/bin/bootstrap.jar:$CATALINA_HOME/bin/commons-daemon.jar"
 
 test ".$CATALINA_OUT" = . && 
CATALINA_OUT="$CATALINA_BASE/logs/catalina-daemon.out"


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

Reply via email to