From bee85d30bb04ccdb0258145d097db4ba51886f22 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 29 Jan 2014 10:03:26 +0000 Subject: Build script not finding version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8131a92f1..5ff01ef9a7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BUILD_DIR=build BUILD_NUMBER=$(shell git log --oneline | wc -l) BUILD_VERSION=$(if $(WT_RELEASE),$(BUILD_NUMBER),$(WT_VERSION)$(WT_RELEASE)) -GIT_BRANCH=$(git symbolic-ref -q HEAD || git describe --tags --exact-match) +GIT_BRANCH=$(shell git symbolic-ref -q HEAD || git describe --tags --exact-match) LANGUAGE_DIR=language LANGUAGE_SRC=$(shell git grep -I --name-only --fixed-strings -e WT_I18N:: -- "*.php" "*.xml") MO_FILES=$(patsubst %.po,%.mo,$(PO_FILES)) -- cgit v1.3