From 1bd29038d2de7dfb90fd51718a5174f63181cd05 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 30 Apr 2013 00:28:17 -0500 Subject: lilypond: simplify test --- Library/Formula/lilypond.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3