1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: use single ticks

Otherwise the shell will try to evaluate the parentheses.
This commit is contained in:
Oleg Hahm 2016-03-01 20:38:01 +01:00
parent c1b071349f
commit 4c6b59b486

View File

@ -179,7 +179,7 @@ ifeq ($(origin RIOT_VERSION), undefined)
RIOT_VERSION := $(GIT_STRING)-$(GIT_BRANCH)
endif
else
RIOT_VERSION := "UNKNOWN (builddir: $(RIOTBASE))"
RIOT_VERSION := 'UNKNOWN (builddir: $(RIOTBASE))'
endif
endif