Skip to content
Snippets Groups Projects
Commit 66a6aae1 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: escape unknown version string

parent b0045b21
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,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
export CFLAGS += -DRIOT_VERSION=\"$(RIOT_VERSION)\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment