From 6a38d82578026c3d2d1ac243e1c6fc07e955032f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 11 Feb 2012 11:57:36 -0800 Subject: ActiveMQ: fix quoting --- Library/Formula/activemq.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/activemq.rb b/Library/Formula/activemq.rb index f6c06df15..992e0638c 100644 --- a/Library/Formula/activemq.rb +++ b/Library/Formula/activemq.rb @@ -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 -- cgit v1.2.3