diff options
| author | Jack Nagel | 2012-02-10 00:38:38 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2012-02-10 00:39:06 -0600 | 
| commit | 41bba15b1ee1896cb411d477cfc2b76a351eaf08 (patch) | |
| tree | 69c9ef7fb3e9e19ee7da32858effc32cfdaff754 | |
| parent | ba8277d78d4cb21e14b81ce64ad20de9162e37e0 (diff) | |
| download | homebrew-41bba15b1ee1896cb411d477cfc2b76a351eaf08.tar.bz2 | |
source_highlight: style fixup
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/source-highlight.rb | 3 | 
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 | 
