From 5ea0c78836209d3cf802bb7ff561c4645a61d2af Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Sep 2012 00:52:38 -0700 Subject: lilypond: make test non-interactive. --- Library/Formula/lilypond.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index 10d981b18..176d69690 100644 --- a/Library/Formula/lilypond.rb +++ b/Library/Formula/lilypond.rb @@ -60,7 +60,7 @@ class Lilypond < Formula { c' d' e' } EOS lilykeg = Formula.factory('lilypond').linked_keg - system "#{lilykeg}/bin/lilypond test.ly && /usr/bin/qlmanage -p test.pdf" + system "#{lilykeg}/bin/lilypond test.ly" end end end -- cgit v1.2.3