diff options
| author | Adam Vandenberg | 2010-06-23 13:28:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-23 13:28:52 -0700 |
| commit | d46c4ba47ed381b70d11392e0c5fb882d9f922b5 (patch) | |
| tree | 4250c5fce8083bd0f58f7a372e3a324930a94c59 /Library/Formula | |
| parent | 9670e0ebcc54ea7fb4034663e12c8b169d6be650 (diff) | |
| download | homebrew-d46c4ba47ed381b70d11392e0c5fb882d9f922b5.tar.bz2 | |
Fix comments in ocaml formula.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/objective-caml.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 7ca63264d..ee4c001cd 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -7,9 +7,8 @@ class ObjectiveCaml <Formula aka 'ocaml', 'o-caml' - - # note it indeed seems necessary to clean everything - # see http://github.com/mxcl/homebrew/issues#issue/188 + # note it indeed seems necessary to skip cleaning everything + # see http://github.com/mxcl/homebrew/issues/issue/188 def skip_clean? path; true; end def install |
