Fix git versioning
This commit is contained in:
parent
f689187966
commit
caf29a6480
@ -46,7 +46,7 @@ include ${MK}/${MKPAM}.mk
|
||||
_GITVER_SH= if git rev-parse --short HEAD >/dev/null 2>&1; then \
|
||||
printf "."; \
|
||||
git rev-parse --short HEAD; \
|
||||
else; \
|
||||
else \
|
||||
echo ""; \
|
||||
fi
|
||||
_GITVER!= ${_GITVER_SH}
|
||||
|
Loading…
Reference in New Issue
Block a user