mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 15:36:58 +02:00
Fixed image download script.
BUG=none TEST=none Change-Id: I947a9b63a3822d6bf885096e77c1b66957674183 Reviewed-on: https://gerrit.chromium.org/gerrit/21109 Reviewed-by: Rahul Chaturvedi <rkc@chromium.org> Commit-Ready: Zelidrag Hornung <zelidrag@chromium.org> Tested-by: Zelidrag Hornung <zelidrag@chromium.org>
This commit is contained in:
parent
a7056f1b07
commit
4c5ed7dfc4
@ -12,7 +12,7 @@
|
|||||||
# /usr/lib/crosutils. Outside the chroot we find it relative to the script's
|
# /usr/lib/crosutils. Outside the chroot we find it relative to the script's
|
||||||
# location.
|
# location.
|
||||||
find_common_sh() {
|
find_common_sh() {
|
||||||
local common_paths=(/usr/lib/crosutils $(dirname "$(readlink -f "$0")"))
|
local common_paths=(/usr/lib/crosutils "$(dirname "$(readlink -f "$0")")/..")
|
||||||
local path
|
local path
|
||||||
|
|
||||||
SCRIPT_ROOT=
|
SCRIPT_ROOT=
|
||||||
|
Loading…
Reference in New Issue
Block a user