aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2012-09-02 00:52:38 -0700
committerMike McQuaid2012-09-02 00:52:38 -0700
commit5ea0c78836209d3cf802bb7ff561c4645a61d2af (patch)
tree10d2773ce5a640bf715fe0b048115660cfe9c582
parentccce24a2124e66a55ab41a7118467be8790af811 (diff)
downloadhomebrew-5ea0c78836209d3cf802bb7ff561c4645a61d2af.tar.bz2
lilypond: make test non-interactive.
-rw-r--r--Library/Formula/lilypond.rb2
1 files changed, 1 insertions, 1 deletions
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