mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Jenkins: Small semantics change on the MacPorts dependency upgrade fix
This commit is contained in:
parent
4ac0ae0373
commit
6ebca8439e
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ then
|
|||
sudo "$macports/bin/port" install $(cat .ci/dependencies_macports.txt) 2>&1 | tee macports.log
|
||||
|
||||
# Stop if no port version activation errors were found.
|
||||
stuck_dep=$(grep " cannot be built while another version of " macports.log | cut -d" " -f2)
|
||||
stuck_dep=$(grep " cannot be built while another version of " macports.log | cut -d" " -f10)
|
||||
[ -z $stuck_dep ] && break
|
||||
|
||||
# Deactivate the stuck dependency and try again.
|
||||
|
|
Loading…
Reference in a new issue