Apollo: fix quoting in script

This commit is contained in:
Adam Vandenberg 2012-06-08 07:00:35 -07:00
parent ef50cc9d75
commit 7a6eb05d8e

View file

@ -23,7 +23,7 @@ class Apollo < Formula
(bin+'apollo').write <<-EOS.undent
#!/bin/bash
exec #{libexec}/bin/#{name} $@
exec "#{libexec}/bin/#{name}" "$@"
EOS
plist_path.write startup_plist