Skip to content

Commit 80dd422

Browse files
Moar quotes!
1 parent aa7df10 commit 80dd422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envcov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ OBJ_DIR="${OBJECT_FILE_DIR_normal}/${CURRENT_ARCH}"
3737

3838
# Fix for the new LLVM-COV that requires gcov to have a -v paramter
3939
LCOV() {
40-
${LCOV_PATH}/lcov "$@" --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh
40+
"${LCOV_PATH}/lcov" "$@" --gcov-tool "${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh"
4141
}

0 commit comments

Comments
 (0)