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:
parent
c1b071349f
commit
4c6b59b486
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user