Skip to content

Commit

Permalink
golang: Fix handling of filenames with spaces
Browse files Browse the repository at this point in the history
Closes #7127.

Signed-off-by: Jeffery To <[email protected]>
  • Loading branch information
jefferyto committed Feb 11, 2019
1 parent 1d4081d commit 081808c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/golang/golang-package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ define GoPackage/Build/Configure
files=$$$$(echo "$$$$files" | grep -v '^[[:space:]]*$$$$' | sort -u) ; \
fi ; \
\
IFS=$$$$'\n' ; \
\
echo "Copying files from $(PKG_BUILD_DIR) into $(GO_PKG_BUILD_DIR)/src/$(GO_PKG)" ; \
for file in $$$$files; do \
echo $$$$file ; \
Expand Down

0 comments on commit 081808c

Please sign in to comment.