diff options
| author | Jack Nagel | 2013-03-26 00:30:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:55:17 -0500 |
| commit | 1a18ac93992cfaca3a02a20c38eccb037dc3d1c9 (patch) | |
| tree | 8987885796d36125fb97042b6778ef1ccf366168 /Library | |
| parent | a323c0ebe40f886d926bfd74b111e4202acf7fa1 (diff) | |
| download | homebrew-1a18ac93992cfaca3a02a20c38eccb037dc3d1c9.tar.bz2 | |
clozure-cl: remove redundant caveats
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clozure-cl.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/clozure-cl.rb b/Library/Formula/clozure-cl.rb index 39e8f30a4..9b838eb29 100644 --- a/Library/Formula/clozure-cl.rb +++ b/Library/Formula/clozure-cl.rb @@ -43,14 +43,6 @@ class ClozureCl < Formula end end - def caveats - <<-CAVEATS - Run `ccl` to run a 32-bit session, and `ccl64` for a 64-bit one. - - To test if everything works correctly, run `brew test #{name}`. - CAVEATS - end - # Generates a string to test the ccl scripts that can be passed directly to `system' def test_ccl(bit = 32) ccl = bin + "ccl#{'64' if bit == 64}" |
