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 5702382 commit ed5b236Copy full SHA for ed5b236
entrypoint.sh
@@ -39,7 +39,8 @@ fi
39
40
# Prepare DESCRIPTION
41
DESCRIPTION="${PKGDIR}/DESCRIPTION"
42
-sed '/^[[:space:]]*$/d' -i "${DESCRIPTION}" # deletes empty lines at end of DESCRIPTION
+echo "" >> ${DESCRIPTION} #ensure line ending
43
+sed '/^[[:space:]]*$/d' -i "${DESCRIPTION}" # delete empty lines at end of DESCRIPTION
44
45
# Get system dependencies
46
echo "::group::Installing system dependencies"
0 commit comments