Apollo: fix quoting in script
This commit is contained in:
parent
ef50cc9d75
commit
7a6eb05d8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue