aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rhino.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rhino.rb')
-rw-r--r--Library/Formula/rhino.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rhino.rb b/Library/Formula/rhino.rb
index 887883852..1e252a042 100644
--- a/Library/Formula/rhino.rb
+++ b/Library/Formula/rhino.rb
@@ -1,16 +1,16 @@
require 'formula'
class Rhino < Formula
- url 'ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip'
homepage 'http://www.mozilla.org/rhino/'
+ url 'ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip'
md5 '99d94103662a8d0b571e247a77432ac5'
version '1.7R3'
def install
libexec.install 'js.jar'
(bin+'rhino').write <<-EOS.undent
- #!/bin/sh
- java -jar "#{libexec}/js.jar" $@
+ #!/bin/bash
+ java -jar "#{libexec}/js.jar" "$@"
EOS
end
end