aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorEvan Shelhamer2013-02-10 15:31:13 -0800
committerJack Nagel2013-02-10 17:47:11 -0600
commit59cdbd130311ccf22875d1bf18483e2f4fb36458 (patch)
tree4218ea2007a76083f71d8fd5821b6b78c06a332a /Library
parentbad98b1234d602f577fc77fdd708f05ab0004b6a (diff)
downloadhomebrew-59cdbd130311ccf22875d1bf18483e2f4fb36458.tar.bz2
autojump: remove reference to _j (removed upstream)
Closes #17746. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autojump.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb
index 96c28ba41..ea120a544 100644
--- a/Library/Formula/autojump.rb
+++ b/Library/Formula/autojump.rb
@@ -13,7 +13,6 @@ class Autojump < Formula
bin.install 'bin/autojump'
man1.install 'docs/autojump.1'
(prefix+'etc').install 'bin/autojump.sh', 'bin/autojump.bash', 'bin/autojump.zsh'
- (share+'zsh/site-functions').install 'bin/_j'
end
def caveats; <<-EOS.undent