aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-04-30 00:28:17 -0500
committerJack Nagel2013-04-30 00:28:17 -0500
commit1bd29038d2de7dfb90fd51718a5174f63181cd05 (patch)
treef9307eae952f18fe4b040839f200256e58e731f5 /Library/Formula
parent4ad021a7eef1c95fe5b21ebe3df5c6d13e730d99 (diff)
downloadhomebrew-1bd29038d2de7dfb90fd51718a5174f63181cd05.tar.bz2
lilypond: simplify test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lilypond.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb
index dd7f45bc3..af6c3e633 100644
--- a/Library/Formula/lilypond.rb
+++ b/Library/Formula/lilypond.rb
@@ -69,7 +69,6 @@ class Lilypond < Formula
\\header { title = "Do-Re-Mi" }
{ c' d' e' }
EOS
- lilykeg = Formula.factory('lilypond').linked_keg
- system "#{lilykeg}/bin/lilypond test.ly"
+ system "#{bin}/lilypond", "test.ly"
end
end