ringojs: fix quoting

master
Adam Vandenberg 2012-02-11 15:45:42 -08:00
parent d678758966
commit d0fd6b5f59
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Ringojs < Formula
def shim_script target def shim_script target
<<-EOS.undent <<-EOS.undent
#!/bin/bash #!/bin/bash
#{libexec}/bin/#{target} $* "#{libexec}/bin/#{target}" "$@"
EOS EOS
end end