Skip to content

Commit 7289341

Browse files
committed
print out homebrew installation location
1 parent a064719 commit 7289341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

brew_check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ else
1111
exit 1
1212
fi
1313

14+
echo "brew installation location: $brew"
15+
1416
brew_exist() {
1517
type brew >/dev/null 2>&1 || {
1618
echo >&2 "Homebrew needed to utilize this program. Installation instruction: https://brew.sh/ "

0 commit comments

Comments
 (0)