commit | febe03d905f3e7a1a47049db3ce1a6d812827ca4 | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Thu Oct 26 15:34:43 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Fri Oct 27 04:22:16 2023 +0200 |
tree | c16fa664d3f7409f83fe1116f2bef76508c30442 | |
parent | 194f02ea7771fcd2c0bc25805659fb18df3a2f23 [diff] [blame] |
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 8b2c060..536c16a 100755 --- a/clone.sh +++ b/clone.sh
@@ -29,7 +29,7 @@ set -e -. $(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