Skip to content

Commit

Permalink
Merge pull request #11645 from leandrolanzieri/pr/dist/tools/edbg_pat…
Browse files Browse the repository at this point in the history
…h_fix

tools/edbg: escape values set by 'env'
  • Loading branch information
jcarrano committed Jun 7, 2019
2 parents b9c15c3 + 4f3bc12 commit 2f26f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/edbg/Makefile
Original file line number Diff line number Diff line change
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 2f26f95

Please sign in to comment.