Skip to content

Commit 4447a46

Browse files
author
Damian Rouson
committed
patched-trunk-install: pick homebrew over MacPorts
1 parent 3163e15 commit 4447a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

developer-scripts/patched-trunk-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ function choose_package_manager()
4343
case "${OS}" in
4444

4545
"Darwin" )
46-
if type port >& /dev/null; then
47-
package_manager="port"
48-
elif type brew >& /dev/null; then
46+
if type brew >& /dev/null; then
4947
package_manager="brew"
48+
elif type port >& /dev/null; then
49+
package_manager="port"
5050
fi
5151
;;
5252

0 commit comments

Comments
 (0)