diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9c09ee..8414b8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ if IN_GIT PACKAGE_VERSION_GIT = $$(printf ' (%s)' \ "$$({ git describe --tags --dirty 2>/dev/null || \ - printf '%s-g%s%s' \ + printf '%s-g%s' \ "$$(git rev-list --count HEAD)" \ "$$(git describe --tags --dirty --always)"; \ } | sed 's|^.*/||')") |