diff --git a/bin/cros_download_latest_image b/bin/cros_download_latest_image index f934563d8d..87d0f6470b 100755 --- a/bin/cros_download_latest_image +++ b/bin/cros_download_latest_image @@ -12,7 +12,7 @@ # /usr/lib/crosutils. Outside the chroot we find it relative to the script's # location. 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 SCRIPT_ROOT=