aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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