mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
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)
|
||||
endif
|
||||
else
|
||||
RIOT_VERSION := "UNKNOWN (builddir: $(RIOTBASE))"
|
||||
RIOT_VERSION := 'UNKNOWN (builddir: $(RIOTBASE))'
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user