summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-04-08 12:41:52 +0200
committerportix <portix@gmx.net>2013-04-08 12:41:52 +0200
commit02cf2fb2a6e985a2778f24b8f36c3c1accc8f687 (patch)
treebc7b98ed3257c54073697f0f2310278c38d7a517
parent2e7b76a6c0c21478dd9b46ff1167d9148f971be7 (diff)
downloaddwb-02cf2fb2a6e985a2778f24b8f36c3c1accc8f687.zip
Adding missing quotation marks in config.mk
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 127203fc..b234d947 100644
--- a/config.mk
+++ b/config.mk
@@ -30,7 +30,7 @@ REAL_VERSION=$(BUILDDATE)
# Version info
GIT_VERSION=$(shell git log -1 --format="%cd %h" --date=short)
VERSION=$(shell if [ "$(GIT_VERSION)" ]; then echo "commit\ \"$(GIT_VERSION)\""; else echo "$(REAL_VERSION)"; fi)
-NAME=$(shell if [ $(GIT_VERSION) ]; then echo "$(REAL_NAME)-git"; else echo "$(REAL_NAME)"; fi)
+NAME=$(shell if [ "$(GIT_VERSION)" ]; then echo "$(REAL_NAME)-git"; else echo "$(REAL_NAME)"; fi)
BUILDDATE=`date +%Y.%m.%d`
# Targets