diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 9fcdadb26..f28684b79 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -13,7 +13,7 @@ class Fop < Formula def shim_script target <<-EOS.undent #!/bin/bash - #{libexec}/#{target} $* + "#{libexec}/#{target}" "$@" EOS end |
