From 2d9811dd627086d331ef39cf16f2a13752954bb5 Mon Sep 17 00:00:00 2001 From: James Conroy Date: Thu, 8 Sep 2022 12:09:00 +0100 Subject: Fix misspelling in get_compute_library.sh Signed-off-by: James Conroy Change-Id: I61096136abba9c8c6b9c4c7c5ade4156cb49c8c0 --- scripts/get_compute_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/get_compute_library.sh') diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 0788cd5f95..ec37072481 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -73,7 +73,7 @@ cd ../.. # Default ACL repo directory name is 'clframework' # This can be overwritten by command line option '-n' -ACL_REPO_NAMFE="clframework" +ACL_REPO_NAME="clframework" if [ ! -z "$ACL_REPO_NAME_OPTION" ]; then ACL_REPO_NAME="$ACL_REPO_NAME_OPTION" fi -- cgit v1.2.1