Skip to content

Commit

Permalink
Fix printf
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Apr 10, 2024
1 parent 2d7278f commit df084b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ set_InputContent() {
if test -z "${InputContent}"; then
InputContent=$(printf '%s\n' "${CONTENT}")
else
InputContent=$(printf '%s\n' "$(echo "${InputContent}\n\n${CONTENT}")")
InputContent=$(printf '%s\n\n%s\n' "${InputContent}" "${CONTENT}")
fi
fi
fi
Expand Down

0 comments on commit df084b4

Please sign in to comment.