aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-09 14:59:00 -0700
committerAdam Vandenberg2013-08-09 14:59:00 -0700
commitd890bb60282b51b1ac016d02aee87d102083f30c (patch)
treeeee2d171fd7f43a3f1a2a04ce9bf77f4a7a75a22 /Library
parent03593d0da0f6c85d6a1e518f3c40ca739ea5fde8 (diff)
downloadhomebrew-d890bb60282b51b1ac016d02aee87d102083f30c.tar.bz2
figlet: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/figlet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/figlet.rb b/Library/Formula/figlet.rb
index 6890bc791..b06f4537f 100644
--- a/Library/Formula/figlet.rb
+++ b/Library/Formula/figlet.rb
@@ -20,8 +20,8 @@ class Figlet < Formula
def install
share_fonts = share+"figlet/fonts"
- File.chmod 0666, 'Makefile'
- File.chmod 0666, 'showfigfonts'
+ chmod 0666, 'Makefile'
+ chmod 0666, 'showfigfonts'
man6.mkpath
bin.mkpath