diff options
| author | Fabian Ruff | 2014-08-27 10:35:10 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-27 10:30:10 +0100 |
| commit | b1f05c2133bdb078c049507cdcf44479f7cde0f8 (patch) | |
| tree | 3ab687697956561d0d6d1e15e67a17df58ef0e2b /Library | |
| parent | db547867e4f94c95fa49d67c3f728aa8eba6a05c (diff) | |
| download | homebrew-b1f05c2133bdb078c049507cdcf44479f7cde0f8.tar.bz2 | |
autojump: enable fish shell support.
autojump 21.7.1 ships with support for fish, no need to limit this to head
Closes #31919.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/autojump.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index 0fd23f88f..1c07f5de3 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -15,7 +15,7 @@ class Autojump < Formula man1.install 'docs/autojump.1' (prefix/'etc').install 'bin/autojump.sh', 'bin/autojump.bash', 'bin/autojump.zsh' zsh_completion.install 'bin/_j' - (prefix/'etc').install 'bin/autojump.fish' if build.head? + (prefix/'etc').install 'bin/autojump.fish' bin.write_exec_script libexec+'autojump' end |
