bin/activemq error on MacOS (and maybe Cygwin)
----------------------------------------------
Key: AMQ-3163
URL: https://issues.apache.org/jira/browse/AMQ-3163
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.5.0
Environment: Mac OSX Snow Leopard
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
Reporter: Dan Checkoway
Had to make this change to bin/activemq to avoid an error...need spaces inside
the []s:
[dan:/usr/local/apache-activemq-5.5-SNAPSHOT/bin]$ diff activemq activemq.new
252c252
< if [-z "$JAVA_HOME"] && [ "$JAVACMD" = "auto" ];then
---
> if [ -z "$JAVA_HOME" ] && [ "$JAVACMD" = "auto" ];then
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.