aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ack.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb
index 5cef4b403..5d069c7db 100644
--- a/Library/Formula/ack.rb
+++ b/Library/Formula/ack.rb
@@ -7,7 +7,6 @@ class Ack < Formula
def install
system "pod2man ack ack.1"
- inreplace 'ack.1', '\*(d\-', '\*(d-' # remove a pod2man formatting error
man1.install 'ack.1'
bin.install 'ack'
(prefix+'etc/bash_completion.d').install 'etc/ack.bash_completion.sh'