aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/unyaffs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/unyaffs.rb')
-rw-r--r--Library/Formula/unyaffs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/unyaffs.rb b/Library/Formula/unyaffs.rb
index 4c2918688..41519d62c 100644
--- a/Library/Formula/unyaffs.rb
+++ b/Library/Formula/unyaffs.rb
@@ -8,7 +8,7 @@ class Unyaffs <Formula
cc_args = ENV['CFLAGS'].split(' ')
(cc_args << ['-o', 'unyaffs', 'unyaffs.c']).flatten!
system ENV.cc, *cc_args
-
+
bin.install 'unyaffs'
end
end