-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: Add changelog for PR #64924
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Fix the way Salt tries to get the Homebrew's prefix | ||
|
||
The first attempt to get the Homebrew's prefix is to look for | ||
the `HOMEBREW_PREFIX` environment variable. If it's not set, then | ||
Salt tries to get the prefix from the `brew` command. However, the | ||
`brew` command can failed. So a last attempt is made to get the | ||
prefix by guessing the installation path. |