Merge pull request #4939 from OlegHahm/version_string_fix
make: use single ticks
This commit is contained in:
commit
04c8a18493
@ -179,7 +179,7 @@ ifeq ($(origin RIOT_VERSION), undefined)
|
|||||||
RIOT_VERSION := $(GIT_STRING)-$(GIT_BRANCH)
|
RIOT_VERSION := $(GIT_STRING)-$(GIT_BRANCH)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
RIOT_VERSION := "UNKNOWN (builddir: $(RIOTBASE))"
|
RIOT_VERSION := 'UNKNOWN (builddir: $(RIOTBASE))'
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user