From 089ee2540008b41329ee25311953db7abf6559eb Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 31 Jul 2019 02:30:27 -0400 Subject: build: Fix stray printf format specifier --- 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|^.*/||')") -- cgit v0.9.1