This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch env_fix in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/env_fix by this push: new 623f6633ab 2 623f6633ab is described below commit 623f6633abfd63b86ca1fc73324cfd736bfeb1b9 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Wed Aug 30 17:44:34 2023 +0800 2 --- env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.sh b/env.sh index 82dcfc51ca..c39c277db3 100755 --- a/env.sh +++ b/env.sh @@ -151,7 +151,7 @@ elif [[ "${DORIS_TOOLCHAIN}" == "clang" ]]; then # Read lines from the temporary file and populate the array while IFS= read -r line; do - covs+=("$line") + covs+=("$line") done < "${tmp_file}" @@ -165,7 +165,7 @@ elif [[ "${DORIS_TOOLCHAIN}" == "clang" ]]; then profdatas=() find "${DORIS_CLANG_HOME}" -name "llvm-profdata*" | while IFS= read -r line; do - profdatas+=("$line") + profdatas+=("$line") done if [[ ${#profdatas[@]} -ge 1 ]]; then LLVM_PROFDATA="${profdatas[0]}" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org