1
0
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:
Joakim Nohlgård 2016-03-04 15:53:04 +01:00
commit 04c8a18493

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