aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fop.rb2
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