Skip to content

Commit a668891

Browse files
committed
Fix for newline
1 parent 9abe309 commit a668891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ versions_contents="{\n"
108108

109109
while IFS= read -r VERSION; do
110110
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')
111+
done <<< $(find "${ROOT}/${MODE_TARGET}/download" -maxdepth 1 -mindepth 1 -print0)
112112

113113
versions_contents="${versions_contents}}"
114114

0 commit comments

Comments
 (0)