mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #205 from marineam/binhost
fix(toolchain_util): Correct default binhost ordering.
This commit is contained in:
commit
5ddaeb074b
@ -118,7 +118,7 @@ get_board_binhost() {
|
||||
shift
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
set -- "${COREOS_VERSION_ID}" "${COREOS_SDK_VERSION}"
|
||||
set -- "${COREOS_SDK_VERSION}" "${COREOS_VERSION_ID}"
|
||||
fi
|
||||
|
||||
for ver in "$@"; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user