diff --git a/tools/convert.sh b/tools/convert.sh index 21801b3b..e004de3c 100644 --- a/tools/convert.sh +++ b/tools/convert.sh @@ -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