diff --git a/Makefile.include b/Makefile.include index 525f86fd68..b2873fdf26 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