aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/csmith.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-25 11:42:57 -0800
committerAdam Vandenberg2012-11-25 11:42:57 -0800
commit276fd63718772f921a2330fc36619c7e474c0336 (patch)
treeb5b92a6806e96aac24308fa8b87ae27ea487098b /Library/Formula/csmith.rb
parent59e1af718baefa1348a715126efc9161c3fd29c1 (diff)
downloadhomebrew-276fd63718772f921a2330fc36619c7e474c0336.tar.bz2
caveat and other cleanups
Diffstat (limited to 'Library/Formula/csmith.rb')
-rw-r--r--Library/Formula/csmith.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/csmith.rb b/Library/Formula/csmith.rb
index ee45316e8..d2f29fd96 100644
--- a/Library/Formula/csmith.rb
+++ b/Library/Formula/csmith.rb
@@ -15,10 +15,9 @@ class Csmith < Formula
runtime.install Dir['runtime/*.h']
end
- def caveats
- <<-EOS.undent
- It is recommended that you set the environment variable 'CSMITH_PATH' to
- #{include}/csmith-#{version}
+ def caveats; <<-EOS.undent
+ It is recommended that you set the environment variable 'CSMITH_PATH' to
+ #{include}/csmith-#{version}
EOS
end
end