aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-02-10 00:38:38 -0600
committerJack Nagel2012-02-10 00:39:06 -0600
commit41bba15b1ee1896cb411d477cfc2b76a351eaf08 (patch)
tree69c9ef7fb3e9e19ee7da32858effc32cfdaff754
parentba8277d78d4cb21e14b81ce64ad20de9162e37e0 (diff)
downloadhomebrew-41bba15b1ee1896cb411d477cfc2b76a351eaf08.tar.bz2
source_highlight: style fixup
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/source-highlight.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/source-highlight.rb b/Library/Formula/source-highlight.rb
index 0fb96532a..7cdde48f0 100644
--- a/Library/Formula/source-highlight.rb
+++ b/Library/Formula/source-highlight.rb
@@ -14,7 +14,6 @@ class SourceHighlight < Formula
"--with-boost=#{HOMEBREW_PREFIX}"
system "make install"
- bash_completion_d = prefix + 'etc/bash_completion.d'
- bash_completion_d.install 'source-highlight-bash-completion'
+ (prefix+'etc/bash_completion.d').install 'source-highlight-bash-completion'
end
end