diff options
| author | Jack Nagel | 2014-03-18 12:13:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-18 14:52:52 -0500 |
| commit | 1985d139829e1bb7bb2e4c25974cac88886b4022 (patch) | |
| tree | e60d54c7a3e7d977db7c445b917d4aaac9863bd3 /Library/Formula/devtodo.rb | |
| parent | 3c5e7885c8afde620a0d7b9114525d890c3dd8ce (diff) | |
| download | homebrew-1985d139829e1bb7bb2e4c25974cac88886b4022.tar.bz2 | |
devtodo: use patch DSL
Diffstat (limited to 'Library/Formula/devtodo.rb')
| -rw-r--r-- | Library/Formula/devtodo.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/devtodo.rb b/Library/Formula/devtodo.rb index d0e8c8cb3..50e9beb16 100644 --- a/Library/Formula/devtodo.rb +++ b/Library/Formula/devtodo.rb @@ -9,9 +9,7 @@ class Devtodo < Formula # Fix invalid regex. See http://swapoff.org/ticket/54 # @adamv - this url not responding 3/17/2012 - def patches - DATA - end + patch :DATA def install # Rename Regex.h to Regex.hh to avoid case-sensitivity confusion with regex.h |
