diff options
| author | Adam Vandenberg | 2013-05-03 11:03:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-03 11:03:42 -0700 |
| commit | c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4 (patch) | |
| tree | edc92af00a3fda0cfc671d02e0e063538793b403 /Library/Formula/cdargs.rb | |
| parent | 303ce8fe86b56d9edb8cede08b113817e8b1a6c7 (diff) | |
| download | homebrew-c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4.tar.bz2 | |
use bash/zsh path helpers
Diffstat (limited to 'Library/Formula/cdargs.rb')
| -rw-r--r-- | Library/Formula/cdargs.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/cdargs.rb b/Library/Formula/cdargs.rb index 96b29aedf..2c2fcc92c 100644 --- a/Library/Formula/cdargs.rb +++ b/Library/Formula/cdargs.rb @@ -23,8 +23,7 @@ class Cdargs < Formula rm Dir['contrib/Makefile*'] prefix.install 'contrib' - - (etc+'bash_completion.d').install_symlink prefix+'contrib/cdargs-bash.sh' + bash_completion.install_symlink "#{prefix}/contrib/cdargs-bash.sh" end def caveats; <<-EOS.undent |
