commit | 431b15dedb7dc60e80ce5ad761484f378488d20c | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Thu Oct 26 15:34:43 2023 +0800 |
committer | Xinyu Zhang <xinyu.zhang@arm.com> | Fri Nov 03 15:37:01 2023 +0800 |
tree | f847f2cbfc747c6f51c93ab7ec312c4288772bc3 | |
parent | 85588520c51126c81c11cda48fc855ecaeb74f98 [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