ActiveMQ: fix quoting
This commit is contained in:
parent
7bfd5f5592
commit
b9c9361651
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Activemq < Formula
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=activemq/apache-activemq/5.5.1/apache-activemq-5.5.1-bin.tar.gz'
|
||||
homepage 'http://activemq.apache.org/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=activemq/apache-activemq/5.5.1/apache-activemq-5.5.1-bin.tar.gz'
|
||||
md5 '3e10c163c5e3869a9720d47849a5ae29'
|
||||
|
||||
skip_clean 'libexec/webapps/admin/WEB-INF/jsp'
|
||||
|
@ -10,7 +10,7 @@ class Activemq < Formula
|
|||
def startup_script name
|
||||
<<-EOS.undent
|
||||
#!/bin/bash
|
||||
exec #{libexec}/bin/#{name} $@
|
||||
exec "#{libexec}/bin/#{name}" "$@"
|
||||
EOS
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue