diff options
Diffstat (limited to 'Library/Formula/psftools.rb')
| -rw-r--r-- | Library/Formula/psftools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/psftools.rb b/Library/Formula/psftools.rb index d70979932..3b7e2b06b 100644 --- a/Library/Formula/psftools.rb +++ b/Library/Formula/psftools.rb @@ -20,7 +20,7 @@ class Psftools < Formula # The zip file has a fon in it, use fon2fnts to extrat to fnt mktemp do Pc8x8Font.new.brew do - system "#{bin}/fon2fnts pc8x8.fon" + system "#{bin}/fon2fnts", "pc8x8.fon" raise unless File.exist? "PC8X8_9.fnt" end end |
