diff --git a/Makefile.include b/Makefile.include index 525f86fd6..b2873fdf2 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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