diff --git a/tools/build_h3_tools.sh b/tools/build_h3_tools.sh index 622043323c3..12c480d4267 100755 --- a/tools/build_h3_tools.sh +++ b/tools/build_h3_tools.sh @@ -102,9 +102,7 @@ if [ ! -d boringssl ]; then cd .. fi cd boringssl -if [ ! -d build ]; then - mkdir -p build -fi +mkdir -p build cd build cmake \ -DGO_EXECUTABLE=${GO_BINARY_PATH} \