diff options
| author | Evan Shelhamer | 2013-02-10 15:31:13 -0800 |
|---|---|---|
| committer | Jack Nagel | 2013-02-10 17:47:11 -0600 |
| commit | 59cdbd130311ccf22875d1bf18483e2f4fb36458 (patch) | |
| tree | 4218ea2007a76083f71d8fd5821b6b78c06a332a /Library/Formula | |
| parent | bad98b1234d602f577fc77fdd708f05ab0004b6a (diff) | |
| download | homebrew-59cdbd130311ccf22875d1bf18483e2f4fb36458.tar.bz2 | |
autojump: remove reference to _j (removed upstream)
Closes #17746.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/autojump.rb | 1 |
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 |
