aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 21:07:45 -0800
committerAdam Vandenberg2013-01-28 21:40:09 -0800
commitfe03f173587bddb2a92a60acc1457a5d4849489f (patch)
tree4d4c0933ed6be1ca086eba65630e3db5c626255c /Library
parent75872507834a0d7177839191c9c2d42155b09c60 (diff)
downloadhomebrew-fe03f173587bddb2a92a60acc1457a5d4849489f.tar.bz2
stress: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/stress.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/stress.rb b/Library/Formula/stress.rb
index baef240ba..f81b4accd 100644
--- a/Library/Formula/stress.rb
+++ b/Library/Formula/stress.rb
@@ -1,12 +1,13 @@
require 'formula'
class Stress < Formula
- url 'http://weather.ou.edu/~apw/projects/stress/stress-1.0.4.tar.gz'
homepage 'http://weather.ou.edu/~apw/projects/stress/'
+ url 'http://weather.ou.edu/~apw/projects/stress/stress-1.0.4.tar.gz'
sha1 '7ccb6d76d27ddd54461a21411f2bc8491ba65168'
def install
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end