We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abe309 commit a668891Copy full SHA for a668891
build.sh
@@ -108,7 +108,7 @@ versions_contents="{\n"
108
109
while IFS= read -r VERSION; do
110
versions_contents="${versions_contents} \"${VERSION}\": {\"path\": \"/download/${VERSION}/mysql-helper\"}\n"
111
-done <<< $(find "${ROOT}/${MODE_TARGET}/download" -maxdepth 1 -mindepth 1 -printf '%f\n')
+done <<< $(find "${ROOT}/${MODE_TARGET}/download" -maxdepth 1 -mindepth 1 -print0)
112
113
versions_contents="${versions_contents}}"
114
0 commit comments