aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-04 18:53:46 -0800
committerAdam Vandenberg2012-02-04 18:53:46 -0800
commit1f64b3934a3de30731dfc6e39ecbd207b7f06041 (patch)
treef3e4ca86990b35f0982bbab72a6db1cc0902c8f9 /Library/Formula
parentbcf5ee2e396834dddb1581953799f2e6b891f5da (diff)
downloadhomebrew-1f64b3934a3de30731dfc6e39ecbd207b7f06041.tar.bz2
tig: inline this
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tig.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
index f5edc4ea1..df9883625 100644
--- a/Library/Formula/tig.rb
+++ b/Library/Formula/tig.rb
@@ -10,7 +10,6 @@ class Tig < Formula
system "make install"
system "make install-doc-man"
- bash_completion_d = prefix + 'etc' + 'bash_completion.d'
- bash_completion_d.install 'contrib/tig-completion.bash'
+ (prefix+'etc/bash_completion.d').install 'contrib/tig-completion.bash'
end
end