aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-17 21:40:32 -0800
committerAdam Vandenberg2013-12-17 21:40:32 -0800
commitcf5f5a69333ef36721d613dd661a558850049748 (patch)
treee9e2fe0cb9f1a63e905b18e36112c8bf56e2a057 /Library/Formula
parent12837fc6547c8ce93f5c6cc1652da7ccad2de891 (diff)
downloadhomebrew-cf5f5a69333ef36721d613dd661a558850049748.tar.bz2
style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tig.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
index 68bb2ea46..bce5ff103 100644
--- a/Library/Formula/tig.rb
+++ b/Library/Formula/tig.rb
@@ -15,11 +15,7 @@ class Tig < Formula
def install
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
system "make install"
-
- if build.with? "docs"
- system "make install-doc-man"
- end
-
+ system "make install-doc-man" if build.with? "docs"
bash_completion.install 'contrib/tig-completion.bash'
end
end