imay commented on a change in pull request #3493: URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421182752
########## File path: thirdparty/build-thirdparty.sh ########## @@ -295,7 +295,7 @@ build_gtest() { check_if_source_exist $GTEST_SOURCE cd $TP_SOURCE_DIR/$GTEST_SOURCE - mkdir build -p && cd build + mkdir -p bld && cd bld Review comment: I think `build` is easier to understand than `bld` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org