We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7df10 commit 80dd422Copy full SHA for 80dd422
envcov.sh
@@ -37,5 +37,5 @@ OBJ_DIR="${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}"
37
38
# Fix for the new LLVM-COV that requires gcov to have a -v paramter
39
LCOV() {
40
- ${LCOV_PATH}/lcov "$@" --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh
+ "${LCOV_PATH}/lcov" "$@" --gcov-tool "${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh"
41
}
0 commit comments