Skip to content

Commit

Permalink
Portable which call
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Jul 9, 2024
1 parent e0aa3fc commit 3ab538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi

# Install Homebrew if not installed
# This may optionally install the Xcode CLT if it is not already installed.
if ! which -s brew ; then
if ! which brew > /dev/null ; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# If using an M1 machine, load shell environment to run brew commands
Expand Down

0 comments on commit 3ab538c

Please sign in to comment.