Tips N' Tricks: fixed tab recognition for bash.

changed from `brew --repository` to $(brew --repository)

Closes Homebrew/homebrew#38352.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
leonardo lopes de albuquerque 2015-04-03 22:24:59 -03:00 committed by Mike McQuaid
parent deebf86683
commit 828125f4ca

View File

@ -39,7 +39,7 @@ And of course, you can simply `brew link $FORMULA` again afterwards!
Add to your `~/.bashrc` or `~/.bash_profile` (whichever you have configured to run on shell startup):
```bash
source `brew --repository`/Library/Contributions/brew_bash_completion.sh
source $(brew --repository)/Library/Contributions/brew_bash_completion.sh
```