diff options
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 0ba930053..07941ae28 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -34,12 +34,12 @@ class Coreutils < Formula If you really need to use these commands with their normal names, you can add a "gnubin" directory to your PATH from your bashrc like: - PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" + PATH="#{opt_prefix}/libexec/gnubin:$PATH" Additionally, you can access their man pages with normal names if you add the "gnuman" directory to your MANPATH from your bashrc as well: - MANPATH="$(brew --prefix coreutils)/libexec/gnuman:$MANPATH" + MANPATH="#{opt_prefix}/libexec/gnuman:$MANPATH" EOS end |
