Merge pull request #205 from marineam/binhost

fix(toolchain_util): Correct default binhost ordering.
This commit is contained in:
Michael Marineau 2014-03-24 11:33:27 -07:00
commit 5ddaeb074b

View File

@ -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