golang: Fix handling of filenames with spaces
Closes #7127. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
1d4081dd4c
commit
081808ce69
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ define GoPackage/Build/Configure
|
||||||
files=$$$$(echo "$$$$files" | grep -v '^[[:space:]]*$$$$' | sort -u) ; \
|
files=$$$$(echo "$$$$files" | grep -v '^[[:space:]]*$$$$' | sort -u) ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
\
|
\
|
||||||
|
IFS=$$$$'\n' ; \
|
||||||
|
\
|
||||||
echo "Copying files from $(PKG_BUILD_DIR) into $(GO_PKG_BUILD_DIR)/src/$(GO_PKG)" ; \
|
echo "Copying files from $(PKG_BUILD_DIR) into $(GO_PKG_BUILD_DIR)/src/$(GO_PKG)" ; \
|
||||||
for file in $$$$files; do \
|
for file in $$$$files; do \
|
||||||
echo $$$$file ; \
|
echo $$$$file ; \
|
||||||
|
|
Loading…
Reference in a new issue