mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Merge branch 'master' of ssh://gitrw.chromium.org:9222/crosutils
This commit is contained in:
commit
11f13514b5
@ -74,7 +74,7 @@ fi
|
|||||||
IMAGES_DIR="${DEFAULT_BUILD_ROOT}/images/${FLAGS_board}"
|
IMAGES_DIR="${DEFAULT_BUILD_ROOT}/images/${FLAGS_board}"
|
||||||
# Default to the most recent image
|
# Default to the most recent image
|
||||||
if [ -z "${FLAGS_from}" ] ; then
|
if [ -z "${FLAGS_from}" ] ; then
|
||||||
FLAGS_from="$(./get_latest_image.sh)"
|
FLAGS_from="$(./get_latest_image.sh --board=${FLAGS_board})"
|
||||||
else
|
else
|
||||||
pushd "${FLAGS_from}" && FLAGS_from=`pwd` && popd
|
pushd "${FLAGS_from}" && FLAGS_from=`pwd` && popd
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user