Skip to content

Commit

Permalink
dist/tools/edbg: Escape variable values
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Jun 6, 2019
1 parent 35e083a commit 4f3bc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/edbg/Makefile
Expand Up @@ -10,7 +10,7 @@ all: git-download
# Start edbg build in a clean environment, so variables set by RIOT's build process
# for cross compiling a specific target platform are reset and edbg can
# be built cleanly for the native platform.
env -i PATH=$(PATH) TERM=$(TERM) "$(MAKE)" -C $(PKG_BUILDDIR)
env -i PATH="$(PATH)" TERM="$(TERM)" "$(MAKE)" -C "$(PKG_BUILDDIR)"
mv $(PKG_BUILDDIR)/edbg .

include $(RIOTBASE)/pkg/pkg.mk

0 comments on commit 4f3bc12

Please sign in to comment.