diff options
Diffstat (limited to 'Library/Formula/trang.rb')
| -rw-r--r-- | Library/Formula/trang.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/trang.rb b/Library/Formula/trang.rb index 18a6f4ac8..8679e88b5 100644 --- a/Library/Formula/trang.rb +++ b/Library/Formula/trang.rb @@ -7,9 +7,6 @@ class Trang < Formula def install libexec.install Dir["*"] - (bin+'trang').write <<-EOS.undent - #!/bin/bash - java -jar "#{libexec}/trang.jar" "$@" - EOS + bin.write_jar_script libexec/'trang.jar', 'trang' end end |
