diff options
| author | Jack Nagel | 2014-06-18 19:22:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-18 19:22:45 -0500 |
| commit | fb7ce8c4847bc6bacd8b6f3fb684332228847df7 (patch) | |
| tree | 10d406d82c6468a2f8cec56d7996bef74060ba29 /Library | |
| parent | ac36e6881f26a216201bb4972b40e2028a58f269 (diff) | |
| download | brew-fb7ce8c4847bc6bacd8b6f3fb684332228847df7.tar.bz2 | |
Fix a typo
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/example-formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index e4c1eb59a..818ec9cc8 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -250,7 +250,7 @@ class ExampleFormula < Formula # patch you have to resort to `inreplace`, because in the patch # you don't have access to any var defined by the formula. Only # HOMEBREW_PREFIX is available in the embedded patch. - # inreplace supports reg. exes. + # inreplace supports regular expressions. inreplace "somefile.cfg", /look[for]what?/, "replace by #{bin}/tool" # To call out to the system, we use the `system` method and we prefer |
