fix git command (#1531)

This commit is contained in:
David Holdeman 2020-06-22 17:43:01 -05:00 committed by GitHub
parent 43d89b4274
commit b07ee61699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Let's regemerate 'svnversion.h'
# Let's regenerate 'svnversion.h'
# TODO: handle std err - for example, in case svn needs upgrade
GIT_HASH=$('git rev-parse HEAD')
GIT_HASH=$(git rev-parse HEAD)
echo "Git hash=$GIT_HASH"
java -jar ../java_tools/version2header.jar 10000 https://github.com/rusefi/rusefi $GIT_HASH