clozure-cl: remove redundant caveats
This commit is contained in:
parent
f18565ed65
commit
cf74d2e661
1 changed files with 0 additions and 8 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue