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 3163e15 commit 4447a46Copy full SHA for 4447a46
developer-scripts/patched-trunk-install.sh
@@ -43,10 +43,10 @@ function choose_package_manager()
43
case "${OS}" in
44
45
"Darwin" )
46
- if type port >& /dev/null; then
47
- package_manager="port"
48
- elif type brew >& /dev/null; then
+ if type brew >& /dev/null; then
49
package_manager="brew"
+ elif type port >& /dev/null; then
+ package_manager="port"
50
fi
51
;;
52
0 commit comments