diff options
Diffstat (limited to 'Library/Formula/devtodo.rb')
| -rw-r--r-- | Library/Formula/devtodo.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/devtodo.rb b/Library/Formula/devtodo.rb index 9420373f8..7479dcc47 100644 --- a/Library/Formula/devtodo.rb +++ b/Library/Formula/devtodo.rb @@ -13,7 +13,7 @@ class Devtodo <Formula    def install      # Rename Regex.h to Regex.hh to avoid case-sensitivity confusion with regex.h -    FileUtils.mv "util/Regex.h", "util/Regex.hh" +    mv "util/Regex.h", "util/Regex.hh"      inreplace ["util/Lexer.h", "util/Makefile.in", "util/Regex.cc"],        "Regex.h", "Regex.hh" | 
