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 12d5857 commit 34f05f5Copy full SHA for 34f05f5
tests/py2lcov/py2lcov.sh
@@ -97,7 +97,7 @@ fi
97
git -C . rev-parse > /dev/null 2>&1
98
if [ 0 == $? ] ; then
99
# this is git
100
- VERSION="--version-script ${SCRIPT_DIR}/gitversion${MD5_OPT)}"
+ VERSION="--version-script ${SCRIPT_DIR}/gitversion${MD5_OPT}"
101
ANNOTATE="--annotate-script ${SCRIPT_DIR}/gitblame.pm,--cache,my_cache"
102
else
103
VERSION="--version-script ${SCRIPT_DIR}/P4version.pm,--local-edit${MD5_OPT}"
0 commit comments