diff options
| author | Shaun Jackman | 2014-12-17 15:28:02 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-12-17 20:53:28 -0500 |
| commit | 36daace8122479869f94218d719385cbf35c1f6b (patch) | |
| tree | 69bad214c1c6359ab558bbd884453f4282933436 /Library | |
| parent | 5726389335e07bbaf06e64f5d3f06c16721465e1 (diff) | |
| download | homebrew-36daace8122479869f94218d719385cbf35c1f6b.tar.bz2 | |
abcm2ps 7.8.11: Remove unicode character
This unicode character breaks ruby 1.9.3p484.
Library/Formula/abcm2ps.rb:31: invalid multibyte char (US-ASCII)
Closes #35069.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/abcm2ps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/abcm2ps.rb b/Library/Formula/abcm2ps.rb index a5488dc8f..8d9614d95 100644 --- a/Library/Formula/abcm2ps.rb +++ b/Library/Formula/abcm2ps.rb @@ -28,7 +28,7 @@ class Abcm2ps < Formula (testpath/"voices.abc").write <<-EOF.undent X:7 T:Qui Tolis (Trio) - C:André Raison + C:Andre Raison M:3/4 L:1/4 Q:1/4=92 |
