misplaced semicolon in bin/activemq l
-------------------------------------
Key: AMQ-3053
URL: https://issues.apache.org/activemq/browse/AMQ-3053
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.4.1
Reporter: Benson Margulies
{noformat}
ACTIVEMQ_CLASSPATH="${ACTIVEMQ_CONFIG_DIR};${ACTIVEMQ_CLASSPATH}"
if [ "${ACTIVEMQ_BASE}" != "${ACTIVEMQ_HOME}" ]; then
ACTIVEMQ_CLASSPATH="${ACTIVEMQ_BASE}/conf;${ACTIVEMQ_CLASSPATH}"
fi
{noformat}
Note the use of the _only valid on Windows_ semicolon in appending to the
classpath. It needs to be a colon on Linux.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.