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 9873f67 commit 1a98726Copy full SHA for 1a98726
Makefile.in
@@ -146,8 +146,7 @@ ifneq ($(wildcard $(CFG_GIT)),)
146
ifneq ($(wildcard $(CFG_GIT_DIR)),)
147
CFG_VERSION += $(shell git --git-dir=$(CFG_GIT_DIR) log -1 \
148
--pretty=format:'(%h %ci)')
149
- CFG_VER_HASH = $(shell git --git-dir=$(CFG_GIT_DIR) log -1 \
150
- --pretty=format:'%H')
+ CFG_VER_HASH = $(shell git --git-dir=$(CFG_GIT_DIR) rev-parse HEAD)
151
endif
152
153
0 commit comments