Skip to content

Commit

Permalink
make: use single ticks
Browse files Browse the repository at this point in the history
Otherwise the shell will try to evaluate the parentheses.
  • Loading branch information
OlegHahm committed Mar 1, 2016
1 parent c1b0713 commit 4c6b59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Expand Up @@ -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

Expand Down

0 comments on commit 4c6b59b

Please sign in to comment.