From 2891d7ab64d4643a3971796017aa2f10fabdfe7e Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Wed, 6 Nov 2024 14:27:57 +0000 Subject: [PATCH] fix typo 1 --- tests/scripts/fdb_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/fdb_build.sh b/tests/scripts/fdb_build.sh index 63933a016..6780a76f4 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -110,9 +110,9 @@ install_clang() { message "Installing clang" OS_ID=$1 - if [[ ${OS_ID} == 'ubuntu']]; then + if [[ ${OS_ID} == 'ubuntu' ]]; then CLANG_REPO_URL="deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${CLANG_VERSION}" - elif [[ ${OS_ID} == 'debian']]; then + elif [[ ${OS_ID} == 'debian' ]]; then CLANG_REPO_URL="deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-${CLANG_VERSION}" else error "Clang if not avaliable of ${OS_ID}"