Skip to content

Commit 82498bc

Browse files
committed
Add .sh extension to wrapper to help clarify that it's not for running by hand
1 parent 6aaccdb commit 82498bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

envcov.sh

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

1717
# Fix for the new LLVM-COV that requires gcov to have a -v paramter
1818
LCOV() {
19-
${LCOV_PATH}/lcov $* --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper
19+
${LCOV_PATH}/lcov $* --gcov-tool ${XCODECOVERAGE_PATH}/llvm-cov-wrapper.sh
2020
}
File renamed without changes.

0 commit comments

Comments
 (0)