aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-08 07:00:35 -0700
committerAdam Vandenberg2012-06-08 07:00:35 -0700
commit691961e5af879968cb142c5704a23afe7bbab72e (patch)
treed8fadbcc51d4b3e0ed2976c10ef665d4321a2f7c /Library/Formula
parenta5759f4057a98ffb6f53c220779ee4171ca28c98 (diff)
downloadhomebrew-691961e5af879968cb142c5704a23afe7bbab72e.tar.bz2
Apollo: fix quoting in script
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/apollo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/apollo.rb b/Library/Formula/apollo.rb
index 7aaf9158a..37ba0d17f 100644
--- a/Library/Formula/apollo.rb
+++ b/Library/Formula/apollo.rb
@@ -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