From 4c5ed7dfc4fa21d8106d19b7877e77b05ab97c78 Mon Sep 17 00:00:00 2001 From: Zelidrag Hornung Date: Wed, 25 Apr 2012 12:52:01 -0700 Subject: [PATCH] Fixed image download script. BUG=none TEST=none Change-Id: I947a9b63a3822d6bf885096e77c1b66957674183 Reviewed-on: https://gerrit.chromium.org/gerrit/21109 Reviewed-by: Rahul Chaturvedi Commit-Ready: Zelidrag Hornung Tested-by: Zelidrag Hornung --- bin/cros_download_latest_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=