diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2cb4ca3db..59a45f5f9 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ if test -d ".git"; then : # On CentOS 6 `git rev-list HEAD --count` does not work # # - GIT_NUM=`git log --pretty=oneline | wc -l` + GIT_NUM=`git log --pretty=oneline | wc -l | tr -d '[[:space:]]'` GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` GIT_RELEASE="${PACKAGE_VERSION}-${GIT_BRANCH}-${GIT_NUM}-${GIT_TAG}" else |