adonis0147 commented on code in PR #23676:
URL: https://github.com/apache/doris/pull/23676#discussion_r1310379278


##########
env.sh:
##########
@@ -146,7 +146,7 @@ elif [[ "${DORIS_TOOLCHAIN}" == "clang" ]]; then
     fi
 
     covs=()
-    while IFS='' read -r line; do covs+=("${line}"); done < <(find 
"${DORIS_CLANG_HOME}" -name "llvm-cov*")
+    while IFS='' read -r line; do covs+=("${line}"); done <<<"$(find 
"${DORIS_CLANG_HOME}" -name "llvm-cov*")"

Review Comment:
   What is wrong with the original statement?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to