From 72b205f5c1bcf5cd90410b3c987d3440ef81593d Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 4 Jun 2015 19:07:23 +0200 Subject: Fixed bug that caused configure to generate GIT version information containing spaces Modified ndpiReader to include flow details in dumps (used for testing) Rebuilt all test results to include flow details --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3