commit | b2c6bacebf7f95bb1a780b073d3348038de8cbee | [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 17:32:19 2023 +0800 |
tree | 45d15d33cf3a421936f3b8326e250be7dbd408dd | |
parent | 33fd802ee99aa186a641fab2efba782a403ba5a5 [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