diff options
| author | Adam Vandenberg | 2012-06-08 07:00:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-08 07:00:35 -0700 |
| commit | 691961e5af879968cb142c5704a23afe7bbab72e (patch) | |
| tree | d8fadbcc51d4b3e0ed2976c10ef665d4321a2f7c /Library/Formula | |
| parent | a5759f4057a98ffb6f53c220779ee4171ca28c98 (diff) | |
| download | homebrew-691961e5af879968cb142c5704a23afe7bbab72e.tar.bz2 | |
Apollo: fix quoting in script
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/apollo.rb | 2 |
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 |
