From dce0cab29f89740a92243536445adb3a603ea37c Mon Sep 17 00:00:00 2001 From: TeoV Date: Thu, 17 Aug 2017 05:56:33 -0400 Subject: [PATCH] Fix excaping characters on versioninv v2 --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 60344abeb..5926d6277 100755 --- a/build.sh +++ b/build.sh @@ -3,8 +3,6 @@ echo "Building CGRateS ..." GIT_LAST_LOG=$(git log -1 | tr -d "'") -echo $GIT_LAST_LOG - go install -ldflags "-X 'github.com/cgrates/cgrates/utils.GitLastLog=$GIT_LAST_LOG'" github.com/cgrates/cgrates/cmd/cgr-engine cr=$? go install -ldflags "-X 'github.com/cgrates/cgrates/utils.GitLastLog=$GIT_LAST_LOG'" github.com/cgrates/cgrates/cmd/cgr-loader