Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 11, 2019
  2. Oct 02, 2019
    • Andy Lester's avatar
      bash completion should not call brew if brew doesn't exist · c296c5f2
      Andy Lester authored
      In the section "Configuring Completions in `bash`", there's a line of code that sets `HOMEBREW_PREFIX` by calling `brew --prefix`, but it's done before calling `type brew` to see if brew exists.  This gives a "-bash: brew: command not found" if you don't have brew installed. That line should be moved inside the `if`.
      Unverified
      c296c5f2
  3. Oct 01, 2019
  4. Sep 30, 2019
  5. Sep 29, 2019
  6. Sep 28, 2019
  7. Sep 27, 2019
  8. Sep 26, 2019
  9. Sep 25, 2019
Loading