Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60211
Fix wrong env var style
Patch by Carl Berger
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1763635 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bin/catalina.sh b/bin/catalina.sh
index 7bf11b6..e37a8b9 100755
--- a/bin/catalina.sh
+++ b/bin/catalina.sh
@@ -242,7 +242,7 @@
# Register custom URL handlers
# Do this here so custom URL handles (specifically 'war:...') can be used in the security policy
-JAVA_OPTS="%JAVA_OPTS% -Djava.protocol.handler.pkgs=org.apache.catalina.webresources"
+JAVA_OPTS="$JAVA_OPTS -Djava.protocol.handler.pkgs=org.apache.catalina.webresources"
# Set juli LogManager config file if it is present and an override has not been issued
if [ -z "$LOGGING_CONFIG" ]; then