Skip to content
Snippets Groups Projects
Unverified Commit 7eca0d77 authored by Rylan Polster's avatar Rylan Polster Committed by GitHub
Browse files

Merge pull request #10206 from psobolewskiPhD/patch-1

Correct Formula Cookbook (missing ?)
parents fe01a9f4 5159c8f6
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ Three commands are provided for displaying informational messages to the user:
In particular, when a test needs to be performed before installation use `odie` to bail out gracefully. For example:
```ruby
if build.with?("qt") && build.with("qt5")
if build.with?("qt") && build.with?("qt5")
odie "Options --with-qt and --with-qt5 are mutually exclusive."
end
system "make", "install"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment