commit | 30d0a8b51e392c434ab0c6e740f3d8c7f268eeb6 | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Thu Oct 26 15:34:43 2023 +0800 |
committer | Xinyu Zhang <xinyu.zhang@arm.com> | Wed Nov 01 18:13:30 2023 +0800 |
tree | 62fe61e72e939c75a28c6cffd4130198d5cd1fc9 | |
parent | f61aa81135033d67a555147d9fb0ce782ce12ff8 [diff] [blame] |
Utils: Collect util scripts into "utils" folder To keep file structure clean, collect utils scripts into "utils" folder. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: Ib499786db4052637d69189ee5881ede81bff5b5c
diff --git a/clone.sh b/clone.sh index e5d0531..b4e2786 100755 --- a/clone.sh +++ b/clone.sh
@@ -29,7 +29,7 @@ set -ex -. $(dirname $0)/util_git.sh +. $(dirname $0)/utils/util_git.sh # Take into consideration non-CI runs where SHARE_FOLDER variable # may not be present