Merge pull request #1489 from secondlife/brad/fix-mac-channel
Fix channel detection for mac buildsmaster
commit
e1623bb276
|
|
@ -222,7 +222,7 @@ jobs:
|
|||
|
||||
# determine the viewer channel from the branch name
|
||||
branch=$AUTOBUILD_VCS_BRANCH
|
||||
IFS='/' read -ra ba <<< $branch
|
||||
IFS='/' read -ra ba <<< "$branch"
|
||||
prefix=${ba[0]}
|
||||
if [ "$prefix" == "project" ]; then
|
||||
IFS='_' read -ra prj <<< "${ba[1]}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue