mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
golang: Fix handling of filenames with spaces
Closes #7127. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user