Skip to content

Commit

Permalink
fortune: Don't install offensive quotes
Browse files Browse the repository at this point in the history
- These violate our Code of Conduct.

Closes #61706.

Signed-off-by: Sean Molenaar <[email protected]>
Signed-off-by: Issy Long <[email protected]>
  • Loading branch information
issyl0 committed Sep 27, 2020
1 parent ab26c78 commit 3fb3c4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/fortune.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ def install
ENV.deparallelize

inreplace "Makefile" do |s|
# Don't install offensive quotes
s.change_make_var! "OFFENSIVE", "0"

# Use our selected compiler
s.change_make_var! "CC", ENV.cc

Expand Down

0 comments on commit 3fb3c4c

Please sign in to comment.