We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a064719 commit 7289341Copy full SHA for 7289341
brew_check.sh
@@ -11,6 +11,8 @@ else
11
exit 1
12
fi
13
14
+echo "brew installation location: $brew"
15
+
16
brew_exist() {
17
type brew >/dev/null 2>&1 || {
18
echo >&2 "Homebrew needed to utilize this program. Installation instruction: https://brew.sh/ "
0 commit comments