Skip to content

Commit

Permalink
fortune: fix option call
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Dec 26, 2015
1 parent 0024324 commit d58e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/fortune.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def install
# OS X only supports POSIX regexes
s.change_make_var! "REGEXDEFS", "-DHAVE_REGEX_H -DPOSIX_REGEX"
# Don't install offensive fortunes
s.change_make_var! "OFFENSIVE", "0" if build.include? "no-offensive"
s.change_make_var! "OFFENSIVE", "0" if build.without? "offensive"
end

system "make", "install"
Expand Down

0 comments on commit d58e4e0

Please sign in to comment.