diff options
| author | Jack Nagel | 2014-06-18 19:22:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-18 19:22:45 -0500 |
| commit | 34e355362f6232bf73bd96525df7c60d24bf1621 (patch) | |
| tree | d2800bf2b7e970a1dff91e363ddd6e6f550af410 /Library | |
| parent | 515c02f93fa444a0f6204e7c4e3bacf5c25a3612 (diff) | |
| download | homebrew-34e355362f6232bf73bd96525df7c60d24bf1621.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 |
